Choose your operating system:
Windows
macOS
Linux
| IModuleInterface
|
Module |
|
Header |
/Engine/Plugins/LightWeightInstancesEditor/Source/LightWeightInstancesEditor/Public/LightWeightInstancesEditor.h |
Include |
#include "LightWeightInstancesEditor.h" |
class FLightWeightInstancesEditorModule : public IModuleInterface
Name | Description | ||
---|---|---|---|
|
LevelViewportExtenderHandle |
Delegates. |
Name | Description | ||
---|---|---|---|
|
AddLevelViewportMenuExtender() |
Adds new menu options related to LWIs. |
|
|
ConvertActorsToLWIsUIAction |
Converts InActors to light weight instances. InActors must all be the same type or conversion won't occur. |
|
|
TSharedRef< ... |
CreateLevelViewportContextMenuExtender ( |
|
|
RemoveLevelViewportMenuExtender() |
Cleanup menu options related to LWIs. |
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
StartupModule() |
IModuleInterface implementation |