FModuleManager::IsModuleUpToDate

Checks to see if the specified module exists and is compatible with the current engine version.

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

bool IsModuleUpToDate
(
    const FName InModuleName
) const

Remarks

Checks to see if the specified module exists and is compatible with the current engine version.

Returns

true if module exists and is up to date, false otherwise.

Parameters

Parameter

Description

InModuleName

The base name of the module file.

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