FDMXProtocolModule::GetProtocol

If protocol exists return the pointer otherwise it create a new protocol first and then return the pointer.

Windows
MacOS
Linux

References

Module

DMXProtocol

Header

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Public/DMXProtocolModule.h

Include

#include "DMXProtocolModule.h"

Source

/Engine/Plugins/VirtualProduction/DMX/DMXProtocol/Source/DMXProtocol/Private/DMXProtocolModule.cpp

Syntax

virtual IDMXProtocolPtr GetProtocol
(
    const FName InProtocolName
)

Remarks

If protocol exists return the pointer otherwise it create a new protocol first and then return the pointer.

Returns

Return the pointer to protocol.

Parameters

Parameter

Description

InProtocolName

Name of the requested 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