ETransactionObjectEventType

Different kinds of actions that can trigger a transaction object event

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/ITransaction.h

Include

#include "Misc/ITransaction.h"

Syntax

enum ETransactionObjectEventType
{
    UndoRedo,
    Finalized,
    Snapshot,
}

Values

Name

Description

UndoRedo

This event was caused by an undo/redo operation

Finalized

This event was caused by a transaction being finalized within the transaction system

Snapshot

This event was caused by a transaction snapshot.

Remarks

Different kinds of actions that can trigger a transaction object event

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