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