Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphEngineTimeStep
| Name | FSharedData |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include Path | #include "Graph/MovieGraphDataTypes.h" |
Syntax
struct FSharedData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSharedData() |
Graph/MovieGraphDataTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasTimeDilationBeenUsed | bool | If true, a frame rendered for this job used time dilation, and all subsequent frame numbers must be their relative versions to avoid any frame overwriting an already produced one. | Graph/MovieGraphDataTypes.h | |
| OutputFrameNumber | int32 | Which output frame are we working on, relative to zero. | Graph/MovieGraphDataTypes.h | |
| RenderedFrameNumber | int32 | Index of which frames we've submitted for rendering. | Graph/MovieGraphDataTypes.h |