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" |
virtual void NotifySendRPC
&40;
AActor &42; Actor,
UFunction &42; Function,
void &42; Parameters,
FOutParmRec &42; OutParms,
FFrame &42; Stack,
UObject &42; SubObject,
bool & bBlockSendRPC
&41;
Remarks
Overridable in subclasses - can be used to control/block sending of RPC's
Parameters
| Name | Description |
|---|---|
| Actor | The actor the RPC will be called in |
| Function | The RPC to call |
| Parameters | The parameters data blob |
| OutParms | Out parameter information (irrelevant for RPC's) |
| Stack | The script stack |
| SubObject | The sub-object the RPC is being called in (if applicable) |
| bBlockSendRPC | Whether or not to allow sending of the RPC |