UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EPropertyChangeType Namespace Reference

Typedefs

typedef uint32 Type
 

Variables

const Type Unspecified = 1 << 0
 
const Type ArrayAdd = 1 << 1
 
const Type ArrayRemove = 1 << 2
 
const Type ArrayClear = 1 << 3
 
const Type ValueSet = 1 << 4
 
const Type Duplicate = 1 << 5
 
const Type Interactive = 1 << 6
 
const Type Redirected = 1 << 7
 
const Type ArrayMove = 1 << 8
 
const Type ToggleEditable = 1 << 9
 
const Type ResetToDefault = 1 << 10
 

Typedef Documentation

◆ Type

Variable Documentation

◆ ArrayAdd

const Type EPropertyChangeType::ArrayAdd = 1 << 1
inlineprotected

◆ ArrayClear

const Type EPropertyChangeType::ArrayClear = 1 << 3
inlineprotected

◆ ArrayMove

const Type EPropertyChangeType::ArrayMove = 1 << 8
inlineprotected

◆ ArrayRemove

const Type EPropertyChangeType::ArrayRemove = 1 << 2
inlineprotected

◆ Duplicate

const Type EPropertyChangeType::Duplicate = 1 << 5
inlineprotected

◆ Interactive

const Type EPropertyChangeType::Interactive = 1 << 6
inlineprotected

◆ Redirected

const Type EPropertyChangeType::Redirected = 1 << 7
inlineprotected

◆ ResetToDefault

const Type EPropertyChangeType::ResetToDefault = 1 << 10
inlineprotected

◆ ToggleEditable

const Type EPropertyChangeType::ToggleEditable = 1 << 9
inlineprotected

◆ Unspecified

const Type EPropertyChangeType::Unspecified = 1 << 0
inlineprotected

◆ ValueSet

const Type EPropertyChangeType::ValueSet = 1 << 4
inlineprotected