Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphPipeline
Description
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(...)
| Name | SetInitializationTime |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphPipeline.h |
| Include Path | #include "Graph/MovieGraphPipeline.h" |
UFUNCTION (BlueprintCallable, Category="Movie Graph")
void SetInitializationTime
(
const FDateTime & InDateTime
)
Parameters
| Name | Remarks |
|---|---|
| InDateTime | Expected to be in UTC timezone. |