Navigation
Unreal Engine C++ API Reference > Developer > UndoHistory
Inheritance Hierarchy
References
Module | UndoHistory |
Header | /Engine/Source/Developer/UndoHistory/Public/IUndoHistoryModule.h |
Include | #include "IUndoHistoryModule.h" |
Syntax
class IUndoHistoryModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)
Remarks
Interface for the UndoHistory module.
Destructors
Type | Name | Description |
---|---|---|
~IUndoHistoryModule () | Virtual destructor. |
Functions
Type | Name | Description |
---|---|---|
IUndoHistory... | Get () | Gets a reference to the UndoHistory module instance. |