Navigation
API > API/Editor > API/Editor/HierarchicalLODOutliner
Inheritance Hierarchy
- IModuleInterface
- FHierarchicalLODOutlinerModule
References
| Module | HierarchicalLODOutliner |
| Header | /Engine/Source/Editor/HierarchicalLODOutliner/Public/HierarchicalLODOutlinerModule.h |
| Include | #include "HierarchicalLODOutlinerModule.h" |
Syntax
class FHierarchicalLODOutlinerModule : public IModuleInterface
Remarks
The module holding all of the UI related pieces for HLOD Outliner
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | Creates the HLOD Outliner widget | ||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created |