Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
struct FSerializedObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FName > | ReferencedNames | Names referenced by the transacted object | |
| TArray< FPersistentObjectRef > | ReferencedObjects | External objects referenced by the transacted object | |
| FSerializedObjectData | SerializedData | The serialized data for the transacted object |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
||
| void | Swap
(
FSerializedObject& Other |