Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UTransBuffer
Gets an event delegate that is executed when a redo operation is being attempted.
| Name | FOnTransactorBeforeRedoUndo |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h |
| Include Path | #include "Editor/TransBuffer.h" |
Syntax
class FOnTransactorBeforeRedoUndo : public TBaseMulticastDelegate_OneParam< void, const FTransactionContext & >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, const FTransactionContext & > → UTransBuffer::FOnTransactorBeforeRedoUndo
See Also
- OnUndo