FModuleStatus

Structure for reporting module statuses.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Modules/ModuleManager.h

Include

#include "Modules/ModuleManager.h"

Syntax

struct FModuleStatus

Remarks

Structure for reporting module statuses.

Variables

Name Description

Public variable

bool

 

bIsGameModule

Whether this module contains game play code.

Public variable

bool

 

bIsLoaded

Whether the module is currently loaded or not.

Public variable

FString

 

FilePath

Full path to this module file on disk.

Public variable

FString

 

Name

Short name for this module.

Constructors

Name Description

Public function

FModuleStatus()

Default constructor.

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