FUABT_VideoDenoiserOptions
Video noise reduction options.
USTRUCT(BlueprintType) struct FUABT_VideoDenoiserOptions { GENERATED_BODY() public: UPROPERTY(VisibleAnywhere, BlueprintReadWrite) EUABT_VIDEO_DENOISER_MODE mode = EUABT_VIDEO_DENOISER_MODE::VIDEO_DENOISER_AUTO; UPROPERTY(VisibleAnywhere, BlueprintReadWrite) EUABT_VIDEO_DENOISER_LEVEL level = EUABT_VIDEO_DENOISER_LEVEL ::VIDEO_DENOISER_LEVEL_HIGH_QUALITY; };
Attributes
- level
- Video noise reduction level. See EUABT_VIDEO_DENOISER_LEVEL.
- mode
- Video noise reduction mode. See EVIDEO_DENOISER_MODE.