Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > UTransactor
- UTransactor::GetTransaction()
- UTransBuffer::GetTransaction()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h |
Include | #include "Editor/Transactor.h" |
virtual const FTransaction &42; GetTransaction
&40;
int32 QueueIndex
&41; const
Remarks
Gets the transaction at the specified queue index. A read-only pointer to the transaction, or NULL if it does not exist.
Parameters
Name | Description |
---|---|
QueueIndex | The index of the transaction in the queue. |