Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineConsoleVariableSet-
Description
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.
| Name | RemoveConsoleVariable |
| 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 RemoveConsoleVariable
(
const FString & Name,
const bool bRemoveAllInstances
)
Parameters
| Name | Remarks |
|---|---|
| bRemoveAllInstances | Remove all console variables overrides with the given name (not just the last one) |