FModuleManager::IsModuleLoaded

Checks whether the specified module is currently loaded. This is an O(1) operation.

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

bool IsModuleLoaded
(
    const FName InModuleName
) const

Remarks

Checks whether the specified module is currently loaded.

This is an O(1) operation.

Returns

true if module is currently loaded, false otherwise.

Parameters

Parameter

Description

InModuleName

The base name of the module file. Should not include path, extension or platform/configuration info. This is just the "module name" part of the module file name. Names should be globally unique.

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