Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/PropertyAccessUtil.h |
| Include | #include "UObject/PropertyAccessUtil.h" |
Syntax
struct FPropertyAccessChangeNotify
Remarks
Information needed to emit property change notifications when setting a property value.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UObject * | ChangedObject | The object that is being changed | |
| FEditPropertyChain | ChangedPropertyChain | The chain of properties that are being changed | |
| EPropertyChangeType::Type | ChangeType | The kind of change that occurred | |
| EPropertyAccessChangeNotifyMode | NotifyMode | When to emit property change notifications |