Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Class for hooking world tick events, and setting globals for log hooking
| |
|
| Name |
FWorldTickHook |
| Type |
class |
| Header File |
/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/Net/NUTUtilNet.h |
| Include Path |
#include "Net/NUTUtilNet.h" |
Syntax
class FWorldTickHook
Constructors
Classes
| Name |
Remarks |
| FInternalGCObject |
Internal GC hook, due to 'Init' function name conflict. |
Variables
Public
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| InternalGC |
FInternalGCObject |
Internal GC |
Net/NUTUtilNet.h |
|
| PostTickFlushDelegateHandle |
FDelegateHandle |
Handle for PostTick dispatch delegate |
Net/NUTUtilNet.h |
|
| TickDispatchDelegateHandle |
FDelegateHandle |
Handle for Tick dispatch delegate |
Net/NUTUtilNet.h |
|
Functions
Public