IProjectManager::CheckModuleCompatibility

Checks if the modules for a project are up to date

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IProjectManager.h"

Syntax

bool CheckModuleCompatibility
(
    TArray< FString > & OutIncompatibleModules
)

Remarks

Checks if the modules for a project are up to date

Returns

false if UBT needs to be run to recompile modules for a project.

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