FModuleManager::LoadModuleChecked

Loads the specified module, checking to ensure it exists.

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 & LoadModuleChecked
(
    const FName InModuleName
)

Remarks

Loads the specified module, checking to ensure it exists.

Returns

The loaded module, or nullptr 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.

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