Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieGraphTimeStepBase
- UMovieGraphLinearTimeStep
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include | #include "Graph/MovieGraphDataTypes.h" |
Syntax
UCLASS&40;BlueprintType, Abstract&41;
class UMovieGraphTimeStepBase : public UObject
Functions
| Type | Name | Description | |
|---|---|---|---|
| FMovieGraphTimeStepData | TickProducingFrames will be called for a frame (before the frame starts) and then this will be called at the end of the frame when we kick off the renders for the frame. | ||
| UMovieGraphPipeline * | |||
| void | Shutdown () |
Called when the Movie Graph Pipeline is shutting down, use this to restore any changes. | |
| void | Called each frame while the Movie Graph Pipeline is in a producing frames state. |