Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FOverridableSerializationLogic
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
static EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchive & Ar,
FProperty * Property,
uint8 * DataPtr,
uint8 * DefaultValue
)
Remarks
Retrieve from the Archive and the current property the overridden property operation to know if it has to be serialized or not the overridden property operation
Parameters
| Name | Description |
|---|---|
| Ar | currently being used to serialize the current object (will be used to retrieve the current property serialized path) |
| Property | the property about to be serialized, can be null |
| DataPtr | to the memory of that property |
| DefaultValue | memory pointer of that property |