Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UTransBuffer
Gets an event delegate that is executed when the undo buffer changed.
| Name | FOnTransactorUndoBufferChanged |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Editor/TransBuffer.h |
| Include Path | #include "Editor/TransBuffer.h" |
Syntax
class FOnTransactorUndoBufferChanged : public TBaseMulticastDelegate_NoParams< void >
Inheritance Hierarchy
- TBaseMulticastDelegate_NoParams< void > → UTransBuffer::FOnTransactorUndoBufferChanged
See Also
- OnRedo