Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphGlobalGameOverridesNo-
Description
Applies any cvars, scalability settings, etc. to reflect the properties set on the node. Remembers what the settings are before they are set, so bOverrideValues can be set to false to revert them to their original values. The world needs to be provided as context for any commands that are executed.
| Name | ApplySettings |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphGlobalGameOverrides.h |
| Include Path | #include "Graph/Nodes/MovieGraphGlobalGameOverrides.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphGlobalGameOverrides.cpp |
void ApplySettings
(
const bool bOverrideValues,
UWorld * InWorld
)