Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/Graph > API/Plugins/MovieRenderPipelineCore/Graph/UMovieGraphPipeline
References
| Module | MovieRenderPipelineCore |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPipeline.h |
| Include | #include "Graph/MovieGraphPipeline.h" |
UFUNCTION&40;BlueprintCallable, Category&61;"Movie Render Pipeline"&41;
void SetInitializationTime
&40;
const FDateTime & InDateTime
&41;
Remarks
Override the time this movie pipeline was initialized at. This can be used for render farms to ensure that jobs on all machines use the same date/time instead of each calculating it locally.
Needs to be called after Initialize(...)
Parameters
| Name | Description |
|---|---|
| InDateTime | The DateTime object to return for GetInitializationTime. |