Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphGlobalOutputSettingNo-
Description
This is called from PostLoad and when the UMovieGraphPipeline is initialized to convert any legacy properties. We do it this way to preserve existing code that may be configuring assets after loading them but before rendering them.
| Name | ApplyPostLoadPropertyConversions |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphGlobalOutputSettingNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphGlobalOutputSettingNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphGlobalOutputSettingNode.cpp |
virtual void ApplyPostLoadPropertyConversions
(
bool bEmitWarning
)
Parameters
| Name | Remarks |
|---|---|
| bEmitWarning | If true, a warning will be printed that the conversion took place and the users need to update their scripts. |