FDMXPort::AddRawInput

Adds a Input that receives all raw signals received on this port.

Windows
MacOS
Linux

Override Hierarchy

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/IO/DMXPort.h

Include

#include "IO/DMXPort.h"

Syntax

void AddRawInput
(
    TSharedRef< FDMXRawListener > InRawInput
)

Remarks

Adds a Input that receives all raw signals received on this port. Returns the new Input Only useful for objects that want to process all data, and not just data on tick (e.g. Activity Monitor)

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