7#if WITH_VERSE_VM || defined(__INTELLISENSE__)
13#if WITH_VERSE_VM || defined(__INTELLISENSE__)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition IConsoleManager.h:1792
TAutoConsoleVariable< bool > CVarForceCompileFramework(TEXT("verse.ForceCompileFramework"), WITH_VERSE_VM, TEXT("When true, compile framework packages from source instead of loading cooked packages."), ECVF_Default)
Definition VVMCVars.h:35
TAutoConsoleVariable< bool > CVarEnableAssetClassRedirectors(TEXT("verse.EnableAssetClassRedirectors"), false, TEXT("If true, asset class aliases will be added to the list of redirectors for their package."), ECVF_Default)
Definition VVMCVars.h:34
TAutoConsoleVariable< bool > CVarBreakOnVerseRuntimeError(TEXT("verse.Diagnostics.BreakOnVerseRuntimeError"), false, TEXT("If set to `true`, will break into the debugger on encountering a Verse runtime error."))
Definition VVMCVars.h:36
TAutoConsoleVariable< bool > CVarUseDynamicSubobjectInstancing(TEXT("verse.UseDynamicSubobjectInstancing"), true, TEXT("If true, Verse classes compiled with dynamic reference support will use dynamic subobject instancing."), ECVF_Default)
Definition VVMCVars.h:33
Definition RandomStream.h:20