UKismetSystemLibrary::CancelTransaction

Cancel the current transaction, and no longer capture actions to be placed in the undo buffer.

Windows
MacOS
Linux

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

Syntax

static void CancelTransaction
(
    const int32 Index
)

Remarks

Cancel the current transaction, and no longer capture actions to be placed in the undo buffer.

Only available in the editor.

Parameters

Parameter

Description

Index

The action counter to cancel transactions from (as returned by a call to BeginTransaction).

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss