FDMXOutputPort::AddRawInput

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

Windows
MacOS
Linux

Override Hierarchy

FDMXPort::AddRawInput()

FDMXOutputPort::AddRawInput()

References

Module

DMXProtocol

Header

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

Include

#include "IO/DMXOutputPort.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/IO/DMXOutputPort.cpp

Syntax

virtual void AddRawInput
(
    TSharedRef< FDMXRawListener > RawInput
)

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