IDMXProtocol::GetUniverseById

Getting Universe from the Protocol Universe 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 > GetUniverseById
(
    uint32 InUniverseId
) const

Remarks

Getting Universe from the Protocol Universe Manager.

Returns

Return the pointer to the universe, or nullptr if there is no Universe by the given ID

Parameters

Parameter

Description

InUniverseId

unique number of universe

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