Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/ITransaction
- ITransaction::SnapshotObject()
- FTransaction::SnapshotObject()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/ITransaction.h |
| Include | #include "Misc/ITransaction.h" |
void SnapshotObject
&40;
UObject &42; Object,
TArrayView< const FProperty &42; > Properties
&41;
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). |