Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UMinimalClient
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/MinimalClient.h |
| Include | #include "MinimalClient.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/MinimalClient.cpp |
bool PostSendRPC
&40;
FString RPCName,
UObject &42; Target
&41;
Remarks
Internal function, for handling the aftermath of a checked RPC call Whether or not the RPC was sent successfully
Parameters
| Name | Description |
|---|---|
| RPCName | The name of the RPC, for logging purposes |
| Target | The Actor or ActorComponent the RPC is being called on (optional - for internal logging/debugging) |