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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FWorldTickHook
(
UWorld* InWorld |
Net/NUTUtilNet.h |
Classes
| Name | Remarks |
|---|---|
| FInternalGCObject | Internal GC hook, due to 'Init' function name conflict. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttachedWorld | TObjectPtr< UWorld > | The world this is attached to | Net/NUTUtilNet.h |
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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Cleanup() |
Net/NUTUtilNet.h | ||
void Init() |
Net/NUTUtilNet.h |