FDMXOutputPort::RemoveRawInput

Removes the raw Input from the port.

Windows
MacOS
Linux

Override Hierarchy

FDMXPort::RemoveRawInput()

FDMXOutputPort::RemoveRawInput()

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 RemoveRawInput
(
    TSharedRef< FDMXRawListener > RawInput
)

Remarks

Removes the raw Input from the port. Usually doesn't need to be called, this is called on destruction of the raw Inputs.

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