Navigation
API > API/Editor > API/Editor/DataLayerEditor
Inheritance Hierarchy
- IModuleInterface
- IDataLayerEditorModule
- FDataLayerEditorModule
References
| Module | DataLayerEditor |
| Header | /Engine/Source/Editor/DataLayerEditor/Public/DataLayerEditorModule.h |
| Include | #include "DataLayerEditorModule.h" |
Syntax
class FDataLayerEditorModule : public IDataLayerEditorModule
Remarks
The module holding all of the UI related pieces for DataLayers
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< class SWidget > | Creates a DataLayer Browser widget | ||
| TArray< FDataLayersMenuExtender > & | |||
| void | SyncDataLayerBrowserToDataLayer
(
const UDataLayerInstance* DataLayer |
Selected DataLayer in DataLayer Browser widget |
Overridden from IDataLayerEditorModule
| Type | Name | Description | |
|---|---|---|---|
| bool | AddActorToDataLayers
(
AActor* Actor, |
Implement IDataLayerEditorModule |
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 |
|---|---|
| FDataLayerActor | Delegates to be called to extend the DataLayers menus |
| FDataLayersMenuExtender |