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