UTransactor::FindTransactionIndex

Gets the transaction queue index from its TransactionId.

Windows
MacOS
Linux

Override Hierarchy

UTransactor::FindTransactionIndex()

UTransBuffer::FindTransactionIndex()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h

Include

#include "Editor/Transactor.h"

Syntax

virtual int32 FindTransactionIndex
(
    const FGuid & TransactionId
) const

Remarks

Gets the transaction queue index from its TransactionId.

Returns

The queue index or INDEX_NONE if not found.

Parameters

Parameter

Description

TransactionId

The id of transaction in the queue.

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