Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineConsoleVariableSet-
Description
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.
| Name | UpdateConsoleVariableEnableState |
| Type | function |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Public/MoviePipelineConsoleVariableSetting.h |
| Include Path | #include "MoviePipelineConsoleVariableSetting.h" |
| Source | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineSettings/Private/MoviePipelineConsoleVariableSetting.cpp |
UFUNCTION (BlueprintCallable, Category="Settings")
bool UpdateConsoleVariableEnableState
(
const FString & Name,
const bool bIsEnabled
)