Navigation
API > API/Runtime > API/Runtime/CoreUObject
Change information for an object that was transacted
| Name | FTransactionObjectChange |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/TransactionObjectEvent.h |
| Include Path | #include "Misc/TransactionObjectEvent.h" |
Syntax
struct FTransactionObjectChange
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DeltaChange | FTransactionObjectDeltaChange | Information about how the object changed | Misc/TransactionObjectEvent.h | |
| OriginalId | FTransactionObjectId | Original ID of the object that changed | Misc/TransactionObjectEvent.h | |
| OriginalObjectFlags | EObjectFlags | Original flags of the object that changed | Misc/TransactionObjectEvent.h |