FDMXProtocolFactoryArtNet::CreateProtocol

It creates only one instance of Protocol. There is the condition to check in DMXProtocolModule

Windows
MacOS
Linux

Override Hierarchy

IDMXProtocolFactory::CreateProtocol()

FDMXProtocolFactoryArtNet::CreateProtocol()

References

Module

DMXProtocolArtNet

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolArtNet/Public/DMXProtocolArtNetModule.h

Include

#include "DMXProtocolArtNetModule.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocolArtNet/Private/DMXProtocolArtNetModule.cpp

Syntax

virtual IDMXProtocolPtr CreateProtocol
(
    const FName & ProtocolName
)

Remarks

It creates only one instance of Protocol. There is the condition to check in DMXProtocolModule

Returns

Return the pointer to protocol

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