FModuleManager::RegisterStaticallyLinkedModule

Registers an initializer for a module that is statically linked.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Modules/ModuleManager.h"

Syntax

void RegisterStaticallyLinkedModule
(
    const FLazyName InModuleName,
    const FInitializeStaticallyLinkedModule & InInitializerDelegate
)

Remarks

Registers an initializer for a module that is statically linked.

Parameters

Parameter

Description

InModuleName

The name of this module.

InInitializerDelegate

The delegate that will be called to initialize an instance of this 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