Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineConsoleVariableSet-
Description
Returns the value of the console variable if the given entry were to be disabled in this setting. Searches other override cvars first, then presets, and lastly the startup value.
| Name | ResolveDisabledValue |
| 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 |
FString ResolveDisabledValue
(
const FMoviePipelineConsoleVariableEntry & InEntry
) const