![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TransactionObjectEvent.h>
Public Member Functions | |
| FTransactionObjectDeltaChange () | |
| bool | HasChanged () const |
| void | Merge (const FTransactionObjectDeltaChange &InOther) |
Public Attributes | |
| bool | bHasNameChange: 1 |
| bool | bHasOuterChange: 1 |
| bool | bHasExternalPackageChange: 1 |
| bool | bHasPendingKillChange: 1 |
| bool | bHasNonPropertyChanges: 1 |
| TArray< FName > | ChangedProperties |
Delta-change information for an object that was transacted
|
inline |
|
inline |
|
inline |
| bool FTransactionObjectDeltaChange::bHasExternalPackageChange |
True of the object assigned package has changed
| bool FTransactionObjectDeltaChange::bHasNameChange |
True if the object name has changed
| bool FTransactionObjectDeltaChange::bHasNonPropertyChanges |
True if the object has changes other than property changes (may be caused by custom serialization)
| bool FTransactionObjectDeltaChange::bHasOuterChange |
True of the object outer has changed
| bool FTransactionObjectDeltaChange::bHasPendingKillChange |
True if the object "pending kill" state has changed
Array of properties that have changed on the object