FDMXEditorModule

Implements the DMX Editor Module.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DMXEditor

Header

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Public/DMXEditorModule.h

Include

#include "DMXEditorModule.h"

Syntax

class FDMXEditorModule :
    public IModuleInterface,
    public IHasMenuExtensibility,
    public IHasToolBarExtensibility

Remarks

Implements the DMX Editor Module.

Variables

Functions

Name Description

Public function

TSharedRef< ...

 

CreateEditor

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

Creates an instance of a DMX Library editor object.

Public function Static

FDMXEditorMo...

 

Get()

Get the instance of this module.

Public function Static

EAssetTypeCa...

 

GetAssetCategory()

Protected function

void

 

RegisterAssetTypeActions()

Registers asset types actions

Protected function

void

 

RegisterAssetTypeCategories()

Registers asset types categories

Protected function

void

 

RegisterNomadTabSpawners()

Registers nomad tab spawners

Protected function

void

 

RegisterPropertyTypeCustomizations()

Registers global property type customizations

Protected function

void

 

RegisterSequencerTypes()

Registers sequencer related types

Protected function

void

 

StartupPIEManager()

Starts up the pie manager

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

The DMX Editor asset category

ModuleName

The module DMX Editor Module name

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