Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest
Inheritance Hierarchy
- IModuleInterface
- FNUTModuleInterface
- INetcodeUnitTest
- INUTUnrealEngine
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h |
Include | #include "INetcodeUnitTest.h" |
Syntax
class FNUTModuleInterface : public IModuleInterface
Remarks
Module interface that plugins containing unit tests should use - to support hot reload properly
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FNUTModuleInterface
(
const TCHAR* InModuleName |
Constructor which forces specification of the module name |
Overridden from IModuleInterface
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | Called before the module is unloaded, right before the module object is destroyed. | |
![]() ![]() |
void | INUTModuleInterface |