Navigation
API > API/Editor > API/Editor/Layers
The module holding all of the UI related peices for Layers
| |
|
| Name |
FLayersModule |
| Type |
class |
| Header File |
/Engine/Source/Editor/Layers/Public/LayersModule.h |
| Include Path |
#include "LayersModule.h" |
Syntax
class FLayersModule : public IModuleInterface
Implements Interfaces
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FLayersMenuExtender |
TBaseDelegate_OneParam< TSharedRef< FExtender >, const TSharedRef< FUICommandList > > |
Delegates to be called to extend the layers menus |
LayersModule.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| LayersMenuExtenders |
TArray< FLayersMenuExtender > |
All extender delegates for the layers menus |
LayersModule.h |
|
Functions