Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverridableManager
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include | #include "UObject/OverridableManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverridableManager.cpp |
void NotifyPropertyChange
(
const EPropertyNotificationType Notification,
UObject & Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain::TDoubleLinkedListNode * PropertyNode
)
Remarks
Notifies that a properties is about to change or has been changed for the specified object. Note: Will ensure if the specified object does not have overridable serialization enabled
Parameters
| Name | Description |
|---|---|
| Notification | the type of notification (pre or post |
| Object | owning the property |
| PropertyEvent | information about the type of change including any container item index |
| PropertyNode | leading to the property that is changing, null indicate that it is the specified object has changed |