FModuleManager::LoadModuleWithFailureReason

Loads the specified module and returns a result.

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

IModuleInterface * LoadModuleWithFailureReason
(
    const FName InModuleName,
    EModuleLoadResult & OutFailureReason
)

Remarks

Loads the specified module and returns a result.

Returns

The loaded module (null if the load operation failed).

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.

OutFailureReason

Will contain the result.

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