Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverridableManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OverrideProperty
(
TNotNull< UObject* > Object, |
Override a specific property of an object (Helper methods to call Pre/PostOverride) Note: Supports object that does not have overridable serialization enabled | UObject/OverridableManager.h | |
void OverrideProperty
(
TNotNull< UObject* > Object, |
Override a specific property of an object (Helper methods to call Pre/PostOverride) Note: Supports object that does not have overridable serialization enabled | UObject/OverridableManager.h |
OverrideProperty(TNotNull< UObject * >, const FPropertyVisitorPath &)
Description
Override a specific property of an object (Helper methods to call Pre/PostOverride) Note: Supports object that does not have overridable serialization enabled
| Name | OverrideProperty |
| 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 OverrideProperty
(
TNotNull< UObject * > Object,
const FPropertyVisitorPath & PropertyPath
)
Parameters
| Name | Remarks |
|---|---|
| Object | owning the property |
| PropertyPath | leading to the property that is about to be overridden |
OverrideProperty(TNotNull< UObject * >, const FPropertyChangedChainEvent &)
Description
Override a specific property of an object (Helper methods to call Pre/PostOverride) Note: Supports object that does not have overridable serialization enabled
| Name | OverrideProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include Path | #include "UObject/OverridableManager.h" |
void OverrideProperty
(
TNotNull< UObject * > Object,
const FPropertyChangedChainEvent & PropertyEvent
)
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 is about to be overridden |