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