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=1, ClampMin=1), Category="Sampling",
Meta=(EditCondition="bOverride_SpatialSampleCount"))
int32 SpatialSampleCount
Remarks
How many sub-pixel jitter renders should we do per temporal sample? This can be used to achieve high sample counts without Temporal Sub-Sampling (allowing high sample counts without motion blur being enabled), but we generally recommend using Temporal Sub-Samples when possible. It can also be combined with temporal samples and you will get SpatialSampleCount many renders per temporal sample.