Navigation
API > API/Editor > API/Editor/Documentation
Inheritance Hierarchy
- IModuleInterface
- IDocumentationModule
References
| Module | Documentation |
| Header | /Engine/Source/Editor/Documentation/Public/IDocumentationModule.h |
| Include | #include "IDocumentationModule.h" |
Syntax
class IDocumentationModule : public IModuleInterface
Remarks
The public interface to this module
Functions
| Type | Name | Description | |
|---|---|---|---|
| IDocumentationModule & | Get () |
Singleton-like access to this module's interface. | |
| TSharedRef< class IDocumentation > | |||
| bool | IsAvailable () |
Checks to see if this module is loaded and ready. |