FNUTModuleInterface

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss