FModuleManager::FindModules

Finds module files on the disk for loadable modules matching the specified wildcard.

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

void FindModules
(
    const TCHAR * WildcardWithoutExtension,
    TArray< FName > & OutModules
) const

Remarks

Finds module files on the disk for loadable modules matching the specified wildcard.

Parameters

Parameter

Description

WildcardWithoutExtension

Filename part (no path, no extension, no build config info) to search for.

OutModules

List of modules found.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss