Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObject
- UMovieGraphTimeStepBase
- UMovieGraphCoreTimeStep
- UMovieGraphLinearTimeStep
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphLinearTimeStep.h |
| Include | #include "Graph/MovieGraphLinearTimeStep.h" |
Syntax
UCLASS (BlueprintType, Meta=(DisplayName="Linear Time Step"))
class UMovieGraphLinearTimeStep : public UMovieGraphCoreTimeStep
Remarks
Advances time forward linearly until the end of the range of time that is being rendered is reached. This is useful for deferred rendering (where there's a small number of temporal sub-samples and no feedback mechanism for measuring noise in the final image).
Constructors
| Type | Name | Description | |
|---|---|---|---|