Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FGetDiffableObjectOptions |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include Path |
#include "TransactionCommon.h" |
Syntax
struct FGetDiffableObjectOptions
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSerializeEvenIfPendingKill |
bool |
Should we still serialize this object if it's considered pending kill? |
TransactionCommon.h |
|
| CustomSerializer |
TFunction< void(FDiffableObjectDataWriter &)> |
Custom serializer for the object (must be set when ObjectSerializationMode == Custom) |
TransactionCommon.h |
|
| ObjectSerializationMode |
EGetDiffableObjectMode |
How should we serialize the object for diffing? |
TransactionCommon.h |
|
| PropertiesToSerialize |
TArrayView< const FProperty * > |
Optional list of properties to serialize on the object, or an empty array to serialize all properties |
TransactionCommon.h |
|