Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
struct FDiffableObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPersistentObjectRef | ObjectArchetype | The archetype of the object when it was serialized | |
| FSerializedObjectInfo | ObjectInfo | Information about the object when it was serialized | |
| FSerializedObjectData | SerializedData | The serialized data for the diffable object | |
| TSortedMap< FName, FSerializedTaggedData, FDefaultAllocator, FNameFastLess > | SerializedTaggedData | Information about tagged data (mainly properties) that were serialized within this object |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
||
| void | |||
| void | Swap
(
FDiffableObject& Other |