Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FNUTModuleInterface
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Hide the default constructor, to force specification of module name | INetcodeUnitTest.h | ||
FNUTModuleInterface
(
const TCHAR* InModuleName |
Constructor which forces specification of the module name | INetcodeUnitTest.h |
FNUTModuleInterface()
Description
Hide the default constructor, to force specification of module name
| Name | FNUTModuleInterface |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h |
| Include Path | #include "INetcodeUnitTest.h" |
FNUTModuleInterface()
FNUTModuleInterface(const TCHAR *)
Description
Constructor which forces specification of the module name
| Name | FNUTModuleInterface |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h |
| Include Path | #include "INetcodeUnitTest.h" |
FNUTModuleInterface
(
const TCHAR * InModuleName
)