Navigation
API > API/Editor > API/Editor/Layers
Inheritance Hierarchy
- IModuleInterface
- FLayersModule
References
| Module | Layers |
| Header | /Engine/Source/Editor/Layers/Public/LayersModule.h |
| Include | #include "LayersModule.h" |
Syntax
class FLayersModule : public IModuleInterface
Remarks
The module holding all of the UI related peices for Layers
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< class SWidget > | Creates a Layer Browser widget | ||
| TSharedRef< class SWidget > | CreateLayerCloud
(
const TArray< TWeakObjectPtr< AActor > >& Actors |
Creates a widget that represents the layers the specified actors share in common as a cloud | |
| TArray< FLayersMenuExtender > & |
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 |
Typedefs
| Name | Description |
|---|---|
| FLayersMenuExtender | Delegates to be called to extend the layers menus |