FDMXEditorModule

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DMXEditor

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXEngine/Source/DMXEditor/Public/DMXEditorModule.h

Include

#include "DMXEditorModule.h"

Syntax

class FDMXEditorModule :
    public IModuleInterface,
    public IHasMenuExtensibility,
    public IHasToolBarExtensibility

Functions

Name Description

Public function

TSharedRef< ...

 

CreateEditor

(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHos...,
    UDMXLibrary* DMXLibrary
)

Creates an instance of a DMX editor object.

Public function Static

FDMXEditorMo...

 

Get()

Get the instance of this module.

Public function Static

EAssetTypeCa...

 

GetAssetCategory()

Public function Virtual Const

const TShare...

 

GetsSharedDMXEditorCommands()

Exposes a way for other modules to add in their own DMX editor commands (appended to other DMX editor commands, when the editor is first opened).

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 Load dependent modules here, and they will be guaranteed to be available during ShutdownModule.

Overridden from IHasMenuExtensibility

Name Description

Public function Virtual

TSharedPtr< ...

 

GetMenuExtensibilityManager()

Overridden from IHasToolBarExtensibility

Constants

Name

Description

DMXEditorAppIdentifier

DataTable Editor app identifier string

DMXEditorAssetCategory

ModuleName

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