UTransactor::GetTransaction

Gets the transaction at the specified queue index.

Windows
MacOS
Linux

Override Hierarchy

UTransactor::GetTransaction()

UTransBuffer::GetTransaction()

References

Module

UnrealEd

Header

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

Include

#include "Editor/Transactor.h"

Syntax

virtual const FTransaction * GetTransaction
(
    int32 QueueIndex
) const

Remarks

Gets the transaction at the specified queue index.

Returns

A read-only pointer to the transaction, or NULL if it does not exist.

Parameters

Parameter

Description

QueueIndex

The index of the 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