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