FModuleManager::Get

Gets the singleton instance of the module manager.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Modules/ModuleManager.h"

Source

/Engine/Source/Runtime/Core/Private/Modules/ModuleManager.cpp

Syntax

static FModuleManager & Get()

Remarks

Gets the singleton instance of the module manager.

Returns

The module manager instance.