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 |
FOverriddenPropertySet * SetOverriddenProperties
(
UObject & Object,
EOverriddenPropertyOperation Operation,
const bool bNeedsSubobjectTemplateInstantiation
)
Remarks
Set the override operation on this object and it will enable it if it wasn't already enabled the overridden properties of the object
Parameters
| Name | Description |
|---|---|
| Object | to set the override operation on |
| Operation | the override operation to set on the object |
| bNeedsSubobjectTemplateInstantiation | set to true if it will need a sub object template instantiation during postload, false will not do it. |