Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FOverridableSerializationLogic
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchive& Ar, |
Retrieve from the Archive and the current property the overridden property operation to know if it has to be serialized or not | UObject/OverriddenPropertySet.h | |
static EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const int32 PortFlags, |
UObject/OverriddenPropertySet.h |
GetOverriddenPropertyOperation(const FArchive &, FProperty , uint8 , const uint8 *)
Description
Retrieve from the Archive and the current property the overridden property operation to know if it has to be serialized or not
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
static EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const FArchive & Ar,
FProperty * Property,
uint8 * DataPtr,
const uint8 * DefaultValue
)
the overridden property operation
Parameters
| Name | Remarks |
|---|---|
| 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 |
GetOverriddenPropertyOperation(const int32, const FArchiveSerializedPropertyChain , FProperty , const void , const void )
| Name | GetOverriddenPropertyOperation |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/OverriddenPropertySet.h |
| Include Path | #include "UObject/OverriddenPropertySet.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/OverriddenPropertySet.cpp |
static EOverriddenPropertyOperation GetOverriddenPropertyOperation
(
const int32 PortFlags,
const FArchiveSerializedPropertyChain * CurrentPropertyChain,
FProperty * Property,
const void * DataPtr,
const void * DefaultValue
)