Navigation
API > API/Runtime > API/Runtime/CoreUObject
Delta-change information for an object that was transacted
| Name | FTransactionObjectDeltaChange |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Misc/TransactionObjectEvent.h |
| Include Path | #include "Misc/TransactionObjectEvent.h" |
Syntax
struct FTransactionObjectDeltaChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransactionObjectDeltaChange() |
Misc/TransactionObjectEvent.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasExternalPackageChange | bool | True of the object assigned package has changed | Misc/TransactionObjectEvent.h | |
| bHasNameChange | bool | True if the object name has changed | Misc/TransactionObjectEvent.h | |
| bHasNonPropertyChanges | bool | True if the object has changes other than property changes (may be caused by custom serialization) | Misc/TransactionObjectEvent.h | |
| bHasOuterChange | bool | True of the object outer has changed | Misc/TransactionObjectEvent.h | |
| bHasPendingKillChange | bool | True if the object "pending kill" state has changed | Misc/TransactionObjectEvent.h | |
| ChangedProperties | TArray< FName > | Array of properties that have changed on the object | Misc/TransactionObjectEvent.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasChanged() |
Misc/TransactionObjectEvent.h | ||
void Merge
(
const FTransactionObjectDeltaChange& InOther |
Misc/TransactionObjectEvent.h |