Navigation
API > API/Plugins > API/Plugins/StaticMeshEditorModeling
Inheritance Hierarchy
- IModuleInterface
- FStaticMeshEditorModelingModule
References
| Module | StaticMeshEditorModeling |
| Header | /Engine/Plugins/Experimental/StaticMeshEditorModeling/Source/StaticMeshEditorModeling/Public/StaticMeshEditorModelingModule.h |
| Include | #include "StaticMeshEditorModelingModule.h" |
Syntax
class FStaticMeshEditorModelingModule : public IModuleInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsStaticMeshEditorModelingModeActive
(
TWeakPtr< IStaticMeshEditor > InEditor |
||
| void | OnToggleStaticMeshEditorModelingMode
(
TWeakPtr< IStaticMeshEditor > InEditor |
||
| void |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |