Navigation
API > API/Runtime > API/Runtime/Engine
Inheritance Hierarchy
- FTransactionObjectId
- FSerializedObjectInfo
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/TransactionCommon.h |
| Include | #include "TransactionCommon.h" |
Syntax
struct FSerializedObjectInfo : public FTransactionObjectId
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPendingKill | The pending kill state of the object when it was serialized |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSerializedObjectInfo
(
const UObject* InObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
||
| void | |||
| void | Swap
(
FSerializedObjectInfo& Other |