Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UTransBuffer
Description
Returns the description of the undo action that will be performed next. This is the text that is shown next to the "Undo" item in the menu.
Virtual Inheritance
- UTransactor::GetUndoContext → UTransBuffer::GetUndoContext
| Name | GetUndoContext |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h |
| Include Path | #include "Editor/TransBuffer.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorTransaction.cpp |
virtual FTransactionContext GetUndoContext
(
bool bCheckWhetherUndoPossible
)
text describing the next undo transaction
Parameters
| Name | Remarks |
|---|---|
| bCheckWhetherUndoPossible | Perform test whether undo is possible and return Error if not and option is set |