Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/ITransaction
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
| Include | #include "Misc/ITransaction.h" |
void SnapshotObject
(
UObject * Object,
TArrayView < const FProperty * > Properties
)
Remarks
Snapshots a UObject within the transaction.
Parameters
| Name | Description |
|---|---|
| Object | The object to snapshot. |
| Property | The optional list of properties that have potentially changed on the object (to avoid snapshotting the entire object). |