Navigation
Unreal Engine C++ API Reference > Plugins > DMXProtocol > Interfaces > IDMXProtocol
References
Module | DMXProtocol |
Header | /Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/Interfaces/IDMXProtocol.h |
Include | #include "Interfaces/IDMXProtocol.h" |
static IDMXProtocolPtr Get
&40;
const FName & ProtocolName
&41;
Remarks
If protocol exists return the pointer otherwise it create a new protocol first and then return the pointer. Return the pointer to protocol
Parameters
Name | Description |
---|---|
InProtocolName | Name of the requested protocol |