Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph
Inheritance Hierarchy
- UEngineCustomTimeStep
- UMovieGraphEngineTimeStep
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include | #include "Graph/MovieGraphDataTypes.h" |
Syntax
UCLASS ()
class UMovieGraphEngineTimeStep : public UEngineCustomTimeStep
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | PrevMaxUndilatedFrameTime | ||
| float | PrevMinUndilatedFrameTime | Not cached in TimeCache as TimeCache is reset every frame. | |
| FSharedData | SharedTimeStepData | Data that should be shared between all shot time step instances. | |
| FTimeStepCache | TimeCache | We don't do any thinking on our own, instead we just spit out the numbers stored in our time cache. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECustomTimeStepSynchronizationState | |||
| bool | Initialize
(
UEngine* InEngine |
||
| void | SetCachedFrameTiming
(
const FTimeStepCache& InTimeCache |
||
| void | Shutdown
(
UEngine* InEngine |
||
| bool | UpdateTimeStep
(
UEngine* InEngine |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FSharedData | |||
| FTimeStepCache |