Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UKismetSystemLibrary
Description
Cancel the current transaction, and no longer capture actions to be placed in the undo buffer.
Only available in the editor.
| Name | CancelTransaction |
| 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 CancelTransaction
(
const int32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Index | The action counter to cancel transactions from (as returned by a call to BeginTransaction). |