FModuleManager::DoesLoadedModuleHaveUObjects

Determines whether the specified module contains UObjects.

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 DoesLoadedModuleHaveUObjects
(
    const FName ModuleName
) const

Remarks

Determines whether the specified module contains UObjects. The module must already be loaded into memory before calling this function.

Returns

True if the module was found to contain UObjects, or false if it did not (or wasn't loaded.)

Parameters

Parameter

Description

ModuleName

Name of the loaded module to check.

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