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 (BlueprintCallable, Category="Movie Graph")
void SetInitializationTime
(
const FDateTime & InDateTime
)
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. Clears the auto-calculated InitializationTimeOffset, meaning time tokens will be written in UTC.
Needs to be called after ::Initialize(...)
Parameters
| Name | Description |
|---|---|
| InDateTime | Expected to be in UTC timezone. |