Choose your operating system:
Windows
macOS
Linux
| IModuleInterface
|
Module |
|
Header |
/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/INetcodeUnitTest.h |
Include |
#include "INetcodeUnitTest.h" |
class FNUTModuleInterface : public IModuleInterface
Module interface that plugins containing unit tests should use - to support hot reload properly
Name | Description | |
---|---|---|
|
FNUTModuleInterface ( |
Constructor which forces specification of the module name |
Name | Description | ||
---|---|---|---|
|
ShutdownModule() |
Called before the module is unloaded, right before the module object is destroyed. |
|
|
StartupModule() |
INUTModuleInterface |