Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverriddenPropertySet > API/Runtime/CoreUObject/UObject/FOverriddenPropertySet/NotifyPropertyChange
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
void NotifyPropertyChange
(
const EPropertyNotificationType Notification,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain::TDoubleLinkedListNode * PropertyNode,
const void * Data
)
Remarks
Handling and storing modification on a property of an object
Parameters
| Name | Description |
|---|---|
| Notification | type either pre/post property overridden |
| PropertyEvent | information about the type of change |
| PropertyNode | leading to the property that is changing, null means it is the object itself that is changing |
| Data | memory of the current property |