Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineSettings > API/Plugins/MovieRenderPipelineSettings/UMoviePipelineConsoleVariableSet-
Syntax
UPROPERTY&40;EditAnywhere, BlueprintReadWrite, Category&61;"Settings"&41;
TArray< TScriptInterface< IMovieSceneConsoleVariableTrackInterface > > ConsoleVariablePresets
Remarks
Note that the interface is used here instead of directly using UConsoleVariablesAsset in order to not depend on the Console Variables Editor. An array of presets from the Console Variables Editor. The preset cvars will be applied (in the order they are specified) before any of the cvars in "Console Variables". In other words, cvars in "Console Variables" will take precedence over the cvars coming from these presets.