Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineConsoleVariableSet-
References
| Module | MovieRenderPipelineSettings |
| Header | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineConsoleVariableSetting.h |
| Include | #include "MoviePipelineConsoleVariableSetting.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Private/MoviePipelineConsoleVariableSetting.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Settings"&41;
bool UpdateConsoleVariableEnableState
&40;
const FString & Name,
const bool bIsEnabled
&41;
Remarks
Updates the enable state of the console variable override with the provided name. If there are duplicate cvars with the same name, the last one with the provided name will be updated. Returns true if the operation was successful, else false.