Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/SnapshotTransactionBuffer
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/UObjectGlobals.h |
| Include | #include "UObject/UObjectGlobals.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/UObjectGlobals.cpp |
void SnapshotTransactionBuffer
(
UObject * Object
)
Remarks
Causes the transaction system to emit a snapshot event for the given object if the following conditions are met: a) The object is currently transacting. b) The object has changed since it started transacting.
Parameters
| Name | Description |
|---|---|
| Object | object to snapshot. |
| Properties | optional list of properties that have potentially changed on the object (to avoid snapshotting the entire object). |