FStaticallyLinkedModuleRegistrant

Utility class for registering modules that are statically linked.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h

Include

#include "Modules/ModuleManager.h"

Syntax

template<class ModuleClass>
class FStaticallyLinkedModuleRegistrant

Remarks

Utility class for registering modules that are statically linked.

Constructors

Name Description

Public function

FStaticallyLinkedModuleRegistrant

(
    FLazyName InModuleName
)

Explicit constructor that registers a statically linked module

Functions

Name Description

Public function

IModuleInter...

 

InitializeModule()

Creates and initializes this statically linked module.

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