Navigation
API > API/Developer > API/Developer/UndoHistory
Interface for the UndoHistory module.
| Name | IUndoHistoryModule |
| Type | class |
| Header File | /Engine/Source/Developer/UndoHistory/Public/IUndoHistoryModule.h |
| Include Path | #include "IUndoHistoryModule.h" |
Syntax
class IUndoHistoryModule : public IModuleInterface
Implements Interfaces
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IUndoHistoryModule() |
Virtual destructor. | IUndoHistoryModule.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static IUndoHistoryModule & Get() |
Gets a reference to the UndoHistory module instance. | IUndoHistoryModule.h |