Actor.IncludeSCSModifiedPropertiesInDiff
Actor.IncludeSCSModifiedPropertiesInDiff
#Overview
name: Actor.IncludeSCSModifiedPropertiesInDiff
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
True to include SCS modified properties in any transaction diffs, or False to skip them
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/ActorEditor.cpp:48
Scope (from outer to inner):
file
namespace ActorEditorSettings
Source code excerpt:
static bool bIncludeSCSModifiedPropertiesInDiff = true;
static FAutoConsoleVariableRef CVarIncludeSCSModifiedPropertiesInDiff(TEXT("Actor.IncludeSCSModifiedPropertiesInDiff"), bIncludeSCSModifiedPropertiesInDiff, TEXT("True to include SCS modified properties in any transaction diffs, or False to skip them"));
}
void AActor::PreEditChange(FProperty* PropertyThatWillChange)
{
Super::PreEditChange(PropertyThatWillChange);