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 RemoveConsoleVariable
&40;
const FString & Name,
const bool bRemoveAllInstances
&41;
Remarks
Removes the console variable override with the specified name. If more than one with the same name exists, the last one will be removed. Returns true if at least one console variable was removed, else false.
Parameters
| Name | Description |
|---|---|
| bRemoveAllInstances | Remove all console variables overrides with the given name (not just the last one) |