DMX Quickstart

Get started with the DMX Plugin workflow for Unreal live events and digital installations.

Choose your operating system:

Windows

macOS

Linux

Prerequisite Topics

In order to understand and use the content on this page, make sure you are familiar with the following topics:

dmxquickstart1.png

DMX Blueprint Template

This Quick Start guide will describe the basics of how to use the DMX features in order to help you get started creating your own visual installation or live event using Unreal Engine. This includes the following.

  • Exposed parameters (what they do, why they are there, what they impact).

  • Underlying concepts (so that you understand what is going on).

  • A step-by-step typical workflow with use-cases.

Enabling the DMX Plugin

To enable the DMX plugin in a project, navigate to Edit > Plugins and enable the following plugins.

  • DMX Runtime

  • DMX Protocol

Restart the editor before continuing the following steps.

Steps

  1. Create a new DMX Library by going to Add New > DMX > DMX Library .

  2. Open your newly created DMX Library and navigate to the Controllers panel.

    1. Add a controller by clicking the green New Controller button in the top left.

      dmxquickstart2.png

    2. Select your desired protocol and Communication Mode .

      1. Protocol : Art-Net or sACN

      2. Communication Mode : Broadcast or Unicast

        1. Create an array with multiple Unicast IPs for Multicast.

          dmxquickstart3.png

    3. Set the desired Universe Range on your physical controller.

      dmxquickstart4.png

  3. Navigate to the Fixture Types panel and add a new fixture type by clicking the green New Fixture Type button.

    dmxquickstart5.png

  4. Import a GDTF asset to automatically configure your fixture type or configure manually as described below.

    dmxquickstart6.png

    1. Modes

      1. Add modes using the + Add Mode button.

        dmxquickstart7.png

      2. Set the Mode Properties .

        dmxquickstart8.png

    2. Attributes

      1. Add all needed functions for this mode using the + Add Function button.

        dmxquickstart9.png

      2. Set the associated attribute for each function.

        dmxquickstart10.png

      3. Set the desired properties.

        dmxquickstart11.png

  5. Navigate to the Fixture Patch panel and add a new patch by clicking the green Add Fixture button and select the fixture type from which to create a new patch.

    dmxquickstart12.png

    1. Make sure to set your Universe ID , Starting Channel , and Active Mode to match what is set on your physical controller and physical fixture respectively.

      dmxquickstart13.png

    2. The patch visualizer on the right side will indicate where patches are currently assigned in a specified universe.

      dmxquickstart14.png

  6. In order to test that the output of DMX is working properly:

    1. Open the Output Console .

      dmxquickstart15.png

    2. Create a new fader.

      dmxquickstart16.png

    3. Drag the slider up and down to test the output.

      dmxquickstart17.png

  7. Next, to view the outgoing and incoming DMX signals of a particular universe, open the Channel Monitor or Activity Monitor .

    dmxquickstart18.png

    Set your protocol and the universe you want to monitor and then broadcast some DMX either in Unreal Engine or from an external program. You will see a real-time update reflected here.

    If using an external program, make sure you are connected to the same network and are broadcasting to the network card's IP subnet. See the "Receive DMX" section for more information.

    dmxquickstart19.png

  8. To create a custom fixture and place it in the scene:

    1. Navigate to the DMX Fixtures plugin folder, find a fixture template, and create a child or duplicate actor class.

      dmxquickstart20.png

    2. Add the new actor class to the scene by dragging and dropping it in the viewport.

    3. Set the DMX Library and Fixture Patch.

      dmxquickstart21.png

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