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