|
| TAutoConsoleVariable< bool > | Verse::CVarUseDynamicSubobjectInstancing (TEXT("verse.UseDynamicSubobjectInstancing"), true, TEXT("If true, Verse classes compiled with dynamic reference support will use dynamic subobject instancing."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | Verse::CVarEnableAssetClassRedirectors (TEXT("verse.EnableAssetClassRedirectors"), false, TEXT("If true, asset class aliases will be added to the list of redirectors for their package."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | Verse::CVarEditInlineSubobjectProperties (TEXT("verse.EditInlineSubobjectProperties"), true, TEXT("If true, ObjectProperties of Verse classes will all be tagged with EditInline."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | Verse::CVarForceCompileFramework (TEXT("verse.ForceCompileFramework"), WITH_VERSE_VM, TEXT("When true, compile framework packages from source instead of loading cooked packages."), ECVF_Default) |
| |
| TAutoConsoleVariable< bool > | Verse::CVarBreakOnVerseRuntimeError (TEXT("verse.Diagnostics.BreakOnVerseRuntimeError"), false, TEXT("If set to `true`, will break into the debugger on encountering a Verse runtime error.")) |
| |