IProjectManager::LoadModulesForProject

Loads all modules for the currently loaded project in the specified loading phase

Windows
MacOS
Linux

References

Module

Projects

Header

/Engine/Source/Runtime/Projects/Public/Interfaces/IProjectManager.h

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool LoadModulesForProject
(
    const ELoadingPhase::Type LoadingPhase
)

Remarks

Loads all modules for the currently loaded project in the specified loading phase

Parameters

Parameter

Description

LoadingPhase

Which loading phase we're loading modules from. Only modules that are configured to be loaded at the specified loading phase will be loaded during this call.

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