Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/Net > API/Plugins/NetcodeUnitTest/Net/FProcessEventHook
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h |
Include | #include "Net/NUTUtilNet.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/Net/NUTUtilNet.cpp |
void AddEventHook
&40;
UWorld &42; InWorld,
FOnProcessNetEvent InHook
&41;
Remarks
Adds a non-RPC hook for the specified UWorld.
Parameters
Name | Description |
---|---|
InWorld | The UWorld whose RPC's should be hooked |
InHook | The delegate for handling the hooked events |