ConsoleVariables

An array of key/value pairs for console variable name and the value you wish to set for that cvar.

Windows
MacOS
Linux

Syntax

[UPROPERTY](Programming/UnrealArchitecture/Reference/Properties)(EditAnywhere, BlueprintReadWrite, Category="Settings")
TMap< FString, float > ConsoleVariables

Remarks

An array of key/value pairs for console variable name and the value you wish to set for that cvar. The existing value will automatically be cached and restored afterwards.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss