Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UClientUnitTest
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/ClientUnitTest.h |
Include | #include "ClientUnitTest.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/ClientUnitTest.cpp |
bool SendNUTControl
&40;
ENUTControlCommand CommandType,
FString Command
&41;
Remarks
Utility functions for use by subclasses Sends an NMT_NUTControl control channel message, for the server NUTActor. See NUTActor.h Whether or not the command was sent successfully.
Parameters
Name | Description |
---|---|
CommandType | The type of NUTActor control channel command being sent. |
Command | The command parameters. |