Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphLinearTimeStep
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphLinearTimeStep.h |
| Include | #include "Graph/MovieGraphLinearTimeStep.h" |
Syntax
struct FOutputFrameMetrics
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameRate | FrameRate | The human readable frame rate, adjusted by the config file (24fps, 30fps, etc.) | |
| FFrameTime | FrameTimePerOutputFrame | The amount of time (in Tick Resolution) that represents one output frame (ie: 1/24). | |
| FFrameTime | FrameTimePerTemporalSample | The amount of time (in Tick Resolution) per temporal sample. | |
| FFrameTime | FrameTimeWhileShutterClosed | The inverse of FrameTimeWhileShutterOpen. | |
| FFrameTime | FrameTimeWhileShutterOpen | The amount of time (in Tick Resolution) that the shutter is open for. | |
| float | MotionBlurAmount | The 0-1 Motion Blur amount the camera has. | |
| FFrameTime | MotionBlurCenteringOffsetTime | An offset to the evaluated time to get us into the center of the time period (since motion blur is bi-directional and centered) | |
| FFrameTime | ShutterOffsetFrameTime | A constant offset applied to the final evaluated time to allow users to influence what counts as a frame. | |
| FFrameRate | TickResolution | The internal resolution data is actually stored at. (24,000, 120,000 etc.) |
Constructors
| Type | Name | Description | |
|---|---|---|---|