cac.ExperimentalAllowPerInstanceChildActorProperties
cac.ExperimentalAllowPerInstanceChildActorProperties
#Overview
name: cac.ExperimentalAllowPerInstanceChildActorProperties
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
[EXPERIMENTAL] If true, allows properties to be modified on a per-instance basis for child actors.
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/Components/ChildActorComponent.cpp:24
Scope: file
Source code excerpt:
static FAutoConsoleVariableRef CVarExperimentalAllowPerInstanceChildActorProperties(
TEXT("cac.ExperimentalAllowPerInstanceChildActorProperties"),
GExperimentalAllowPerInstanceChildActorProperties,
TEXT("[EXPERIMENTAL] If true, allows properties to be modified on a per-instance basis for child actors."),
ECVF_Default
);
UChildActorComponent::UChildActorComponent(const FObjectInitializer& ObjectInitializer)