Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
Notify the current transaction (if any) that this object is about to be modified and should be snapshot for intermediate update.
Internally this calls SnapshotTransactionBuffer on the given object.
Only available in the editor.
| Name | SnapshotObject |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include Path | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Transactions")
static void SnapshotObject
(
UObject * Object
)
Parameters
| Name | Remarks |
|---|---|
| Object | The object that is about to be modified. |