Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverridableManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void PostOverrideProperty
(
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 | |
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 |
PostOverrideProperty(UObject *, const FPropertyChangedChainEvent &)
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
(
UObject * Object,
const FPropertyChangedChainEvent & PropertyChainEvent
)
Parameters
| Name | Remarks |
|---|---|
| Object | owning the property |
| PropertyChainEvent | information about the type of change including any container item index |
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 |