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