IDMXProtocol::AddUniverse

Add universe to the manager

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/Experimental/DigitalMultiplex/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h

Include

#include "Interfaces/IDMXProtocol.h"

Syntax

TSharedPtr< IDMXProtocolUniverse, ESPMode::ThreadSafe > AddUniverse
(
    const FJsonObject & InSettings
)

Remarks

Add universe to the manager

Returns

Return the pointer to universe

Parameters

Parameter

Description

FJsonObject

universe settings, such as UniverseID, Subnet, etc. This is unique to each protocol implementation

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