Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FNetworkNotifyHook
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Base constructor | Net/NUTUtilNet.h | ||
FNetworkNotifyHook
(
FNetworkNotify* InHookNotify |
Constructor which hooks an existing network notify | Net/NUTUtilNet.h |
FNetworkNotifyHook()
Description
Base constructor
| Name | FNetworkNotifyHook |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h |
| Include Path | #include "Net/NUTUtilNet.h" |
FNetworkNotifyHook()
FNetworkNotifyHook(FNetworkNotify *)
Description
Constructor which hooks an existing network notify
| Name | FNetworkNotifyHook |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h |
| Include Path | #include "Net/NUTUtilNet.h" |
FNetworkNotifyHook
(
FNetworkNotify * InHookNotify
)