Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphCoreTimeStep
| Name | FCurrentFrameData |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphCoreTimeStep.h |
| Include Path | #include "Graph/MovieGraphCoreTimeStep.h" |
Syntax
struct FCurrentFrameData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurrentFrameData() |
Graph/MovieGraphCoreTimeStep.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentOutputFrameRange | TRange< FFrameTime > | A range of time (in Tick Resolution) for the current frame being worked on. | Graph/MovieGraphCoreTimeStep.h | |
| EvaluatedConfig | TStrongObjectPtr< UMovieGraphEvaluatedConfig > | Updated at the start of each Temporal Sample. | Graph/MovieGraphCoreTimeStep.h | |
| LastOutputFrameRange | TRange< FFrameTime > | A range of time (in Tick Resolution) for the last output frame being worked on. | Graph/MovieGraphCoreTimeStep.h | |
| LastSampleRange | TRange< FFrameTime > | A range of time (in Tick Resolution) for the last temporal sub-sample (ie: what the last tick rendered with). | Graph/MovieGraphCoreTimeStep.h | |
| RangeShutterClosed | TRange< FFrameTime > | A range of time (in Tick Resolution) that the shutter is closed. | Graph/MovieGraphCoreTimeStep.h | |
| RangeShutterOpen | TRange< FFrameTime > | A range of time (in Tick Resolution) that the shutter is opened. | Graph/MovieGraphCoreTimeStep.h | |
| TemporalRanges | TArray< TRange< FFrameTime > > | A pre-calculated (when the output frame starts) range of time, breaking RangeShutterOpen into smaller chunks, one per temporal sub-sample. | Graph/MovieGraphCoreTimeStep.h | |
| TemporalSampleCount | int32 | How many temporal sub-samples are there for the current output frame? | Graph/MovieGraphCoreTimeStep.h | |
| TemporalSampleIndex | int32 | Which temporal sub-sample are we working on? [0,TemporalSampleCount) | Graph/MovieGraphCoreTimeStep.h |