Go to the source code of this file.
◆ ETransactionObjectChangeCreatedBy
Different things that can create an object change
| Enumerator |
|---|
| TransactionRecord | This change was created from an object that was explicitly tracked within a transaction record
|
| TransactionAnnotation | This change was created from an object that was implicitly tracked within a transaction annotation
|
◆ ETransactionObjectEventType
Different kinds of actions that can trigger a transaction object event
| Enumerator |
|---|
| UndoRedo | This event was caused by an undo/redo operation
|
| Finalized | This event was caused by a transaction being finalized within the transaction system
|
| Snapshot | This event was caused by a transaction snapshot. Several of these may be generated in the case of an interactive change
|