Navigation
Unreal Engine C++ API Reference > Plugins > RemoteControlProtocol > IRemoteControlProtocolModule
References
Module | RemoteControlProtocol |
Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocol/Public/IRemoteControlProtocolModule.h |
Include | #include "IRemoteControlProtocolModule.h" |
bool AddProtocol
&40;
FName InProtocolName,
TSharedRef< IRemoteControlProtocol > InProtocol
&41;
Remarks
Register the protocol true if protocol added
Parameters
Name | Description |
---|---|
InProtocolName | protocol name |
InProtocol | protocol shared reference |