Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverridableManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostOverrideProperty
(
TNotNull< UObject* > Object, |
To be called after the property of the specified object was overridden Note: Supports object that does not have overridable serialization enabled | UObject/OverridableManager.h | |
void PostOverrideProperty
(
TNotNull< UObject* > Object, |
To be called after the property was overridden of the specified object Note: Supports object that does not have overridable serialization enabled | UObject/OverridableManager.h |
PostOverrideProperty(TNotNull< UObject * >, const FPropertyVisitorPath &, const EPropertyChangeType::Type)
Description
To be called after the property of the specified object was overridden Note: Supports object that does not have overridable serialization enabled
| Name | PostOverrideProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverridableManager.cpp |
void PostOverrideProperty
(
TNotNull< UObject * > Object,
const FPropertyVisitorPath & PropertyPath,
const EPropertyChangeType::Type ChangeType
)
Parameters
| Name | Remarks |
|---|---|
| Object | owning the property |
| PropertyPath | leading to the property that was overridden |
| ChangeType | of the current operation |
PostOverrideProperty(TNotNull< UObject * >, const FPropertyChangedEvent &, const FEditPropertyChain &)
Description
To be called after the property was overridden of the specified object Note: Supports object that does not have overridable serialization enabled
| Name | PostOverrideProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
void PostOverrideProperty
(
TNotNull< UObject * > Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain & PropertyChain
)
Parameters
| Name | Remarks |
|---|---|
| Object | owning the property |
| PropertyEvent | information about the type of change including any container item index |
| PropertyChain | leading to the property that was overridden |