UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VVMCVars.cpp File Reference
#include "VerseVM/VVMCVars.h"

Namespaces

namespace  Verse
 

Variables

TAutoConsoleVariable< boolVerse::CVarUseDynamicSubobjectInstancing (TEXT("verse.UseDynamicSubobjectInstancing"), true, TEXT("If true, Verse classes compiled with dynamic reference support will use dynamic subobject instancing."), ECVF_Default)
 
TAutoConsoleVariable< boolVerse::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< boolVerse::CVarEditInlineSubobjectProperties (TEXT("verse.EditInlineSubobjectProperties"), true, TEXT("If true, ObjectProperties of Verse classes will all be tagged with EditInline."), ECVF_Default)
 
TAutoConsoleVariable< boolVerse::CVarForceCompileFramework (TEXT("verse.ForceCompileFramework"), WITH_VERSE_VM, TEXT("When true, compile framework packages from source instead of loading cooked packages."), ECVF_Default)
 
TAutoConsoleVariable< boolVerse::CVarBreakOnVerseRuntimeError (TEXT("verse.Diagnostics.BreakOnVerseRuntimeError"), false, TEXT("If set to `true`, will break into the debugger on encountering a Verse runtime error."))