FStaticallyLinkedModuleRegistrant::InitializeModule

Creates and initializes this statically linked module.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Modules/ModuleManager.h"

Syntax

IModuleInterface * InitializeModule()

Remarks

Creates and initializes this statically linked module.

The module manager calls this function through the delegate that was created in the

Returns

A pointer to a new instance of the module.

See Also

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