Navigation
API > API/Runtime > API/Runtime/CoreUObject
Flags to control how editor change events get propagated
| Name | EEditChangePropagationFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
Syntax
enum EEditChangePropagationFlags
{
None = 0,
OnlyMarkRealignedInstancesAsDirty = (1 << 0),
}
Values
| Name | Remarks |
|---|---|
| None | No flags; use default change event propagation behavior. |
| OnlyMarkRealignedInstancesAsDirty | If set, only the subset of affected instances that realign with their archetype will be marked dirty. |