bp.DefaultSubobjectValidationDisabled
bp.DefaultSubobjectValidationDisabled
#Overview
name: bp.DefaultSubobjectValidationDisabled
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Disable Blueprint class default subobject validation at editor load/save time.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/BlueprintGeneratedClass.cpp:69
Scope: file
Source code excerpt:
static int32 GBlueprintDefaultSubobjectValidationDisabled = 1;
static FAutoConsoleVariableRef CVarBlueprintDefaultSubobjectValidationDisabled(
TEXT("bp.DefaultSubobjectValidationDisabled"),
GBlueprintDefaultSubobjectValidationDisabled,
TEXT("Disable Blueprint class default subobject validation at editor load/save time."),
ECVF_Default
);
#endif // WITH_EDITOR