FDMXEditorModule::CreateEditor

Creates an instance of a DMX Library editor object.

Windows
MacOS
Linux

References

Module

DMXEditor

Header

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

Include

#include "DMXEditorModule.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXEngine/Source/DMXEditor/Private/DMXEditorModule.cpp

Syntax

TSharedRef< FDMXEditor > CreateEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< class IToolkitHost > & InitToolkitHost,
    UDMXLibrary * DMXLibrary
)

Remarks

Creates an instance of a DMX Library editor object.

This function should not be called directly. It should be called from AssetTools handler

Returns

Interface to the new DMX editor

Parameters

Parameter

Description

Mode

Mode that this editor should operate in

InitToolkitHost

When Mode is WorldCentric, this is the level editor instance to spawn this editor within

DMXLibrary

The DMX object to start editing

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