Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineRenderPasses > API/Plugins/MovieRenderPipelineRenderPasses/Graph > API/Plugins/MovieRenderPipelineRenderPasses/Graph/Nodes > API/Plugins/MovieRenderPipelineRenderPasses/Graph/Nodes/UMovieGraphPathT-
Syntax
UPROPERTY (EditAnywhere, BlueprintReadWrite, Meta=(UIMin=0, ClampMin=0, UIMax=3),
Category="Denoiser")
int32 FrameCount
Remarks
The number of frames to consider when using temporal-based denoisers. Generally higher numbers will result in longer denoising times and higher memory requirements. For NFOR this number refers to how many frames to consider on both sides of the current frame (ie: 2 means consider 2 before, and 2 after the currently denoised frame), but other denoiser implementations may interpret this value differently.