Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore > API/Plugins/MovieRenderPipelineCore/UMovieGraphApplyCVarPresetNode
Description
Gets the name and resolved value of any cvars that were overridden via promoted pins. This method only makes sense to call on a flattened (resolved) node.
| Name | GetConsoleVariableOverrides |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/Nodes/MovieGraphApplyCVarPresetNode.h |
| Include Path | #include "Graph/Nodes/MovieGraphApplyCVarPresetNode.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Private/Graph/Nodes/MovieGraphApplyCVarPresetNode.cpp |
TArray < TPair< FString , float > > GetConsoleVariableOverrides() const