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 NotifyProcessEvent
&40;
AActor &42; Actor,
UFunction &42; Function,
void &42; Parameters,
bool & bBlockEvent
&41;
Remarks
Overridable in subclasses - can be used to control/block any script events, other than receiving of RPC's (see NotifyReceiveRPC)
Parameters
Name | Description |
---|---|
Actor | The actor the event is being executed on |
Function | The script function being executed |
Parameters | The raw unparsed parameters, being passed into the function |
bBlockEvent | Whether or not to block the event from executing |