Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
Inheritance Hierarchy
- FTransactionObjectId
- FSerializedObjectInfo
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/TransactionObjectEvent.h |
| Include | #include "Misc/TransactionObjectEvent.h" |
Syntax
struct FTransactionObjectId
Remarks
ID for an object that was transacted
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ObjectClassPathName | The path name of the object's class. | |
| FName | ObjectExternalPackageName | The external package name of the object, if any | |
| FName | ObjectName | The name of the object | |
| FName | ObjectOuterPathName | The outer path name of the object | |
| FName | ObjectPackageName | The package name of the object, can be dictated either by outer chain or external package | |
| FName | ObjectPathName | The path name of the object |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransactionObjectId
(
const UObject* Object |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset () |
||
| void | |||
| void | Swap
(
FTransactionObjectId& Other |