FModuleManager::QueryModule

Queries information about a specific module name.

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 QueryModule
(
    const FName InModuleName,
    FModuleStatus & OutModuleStatus
) const

Remarks

Queries information about a specific module name.

Returns

true if the module was found and the OutModuleStatus is valid, false otherwise.

Parameters

Parameter

Description

InModuleName

Module to query status for.

OutModuleStatus

Status of the specified 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