FLayersModule

The module holding all of the UI related peices for Layers

Windows
MacOS
Linux

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

Name Description

Public function Virtual

TSharedRef< ...

 

CreateLayerBrowser()

Creates a Layer Browser widget

Public function Virtual

TSharedRef< ...

 

CreateLayerCloud

(
    const TArray< TWeakObjectPtr< AActo...
)

Creates a widget that represents the layers the specified actors share in common as a cloud

Public function Virtual

TArray< FLay...

 

GetAllLayersMenuExtenders()

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss