Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UTransactor
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.
Derived Overrides
| Name | GetUndoContext |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/Transactor.h |
| Include Path | #include "Editor/Transactor.h" |
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 |