Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static void CancelTransaction
&40;
const int32 Index
&41;
Remarks
Cancel the current transaction, and no longer capture actions to be placed in the undo buffer.
Only available in the editor.
Parameters
| Name | Description |
|---|---|
| Index | The action counter to cancel transactions from (as returned by a call to BeginTransaction). |