Navigation
API > API/Plugins > API/Plugins/LightWeightInstancesEditor
Inheritance Hierarchy
- IModuleInterface
- FLightWeightInstancesEditorModule
References
| Module | LightWeightInstancesEditor |
| Header | /Engine/Plugins/LightWeightInstancesEditor/Source/LightWeightInstancesEditor/Public/LightWeightInstancesEditor.h |
| Include | #include "LightWeightInstancesEditor.h" |
Syntax
class FLightWeightInstancesEditorModule : public IModuleInterface
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelegateHandle | LevelViewportExtenderHandle | Delegates. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Adds new menu options related to LWIs. | ||
| void | ConvertActorsToLWIsUIAction
(
const TArray< AActor* > InActors |
Converts InActors to light weight instances. InActors must all be the same type or conversion won't occur. | |
| TSharedRef< FExtender > | CreateLevelViewportContextMenuExtender
(
const TSharedRef< FUICommandList > CommandList, |
||
| void | Cleanup menu options related to LWIs. |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | IModuleInterface implementation |