FNUTModuleInterface

Module interface that plugins containing unit tests should use - to support hot reload properly

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

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

Name Description

Public function

FNUTModuleInterface

(
    const TCHAR* InModuleName
)

Constructor which forces specification of the module name

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

INUTModuleInterface