Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Statistics tracked for a given frame during rendering, such as when the render started and when it ended. This can be added as metadata during file output to include useful information.
ToDo: This could potentially be tracked as just regular filemetadata with a rendered sample but requires strong typing support and metadata merging support.
| Name | FRenderTimeStatistics |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphDataTypes.h |
| Include Path | #include "Graph/MovieGraphDataTypes.h" |
Syntax
struct FRenderTimeStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EndTime | FDateTime | Time in UTC that the frame was fully rendered and merged together. | Graph/MovieGraphDataTypes.h | |
| StartTime | FDateTime | Time in UTC that the frame was first started. | Graph/MovieGraphDataTypes.h |