Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverridableManager > API/Runtime/CoreUObject/UObject/FOverridableManager/ClearOverriddenProperty
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverridableManager.h |
| Include | #include "UObject/OverridableManager.h" |
bool ClearOverriddenProperty
(
UObject & Object,
const FPropertyChangedEvent & PropertyEvent,
const FEditPropertyChain & PropertyChain
)
Remarks
Clears an overridden properties specified by the property chain true if the property was successfully cleared.
Parameters
| Name | Description |
|---|---|
| Object | owning the property to clear |
| PropertyEvent | only needed to know about the container item index in any |
| PropertyChain | to the property to clear from the root of the specified object |