FProjectStatus

Simple data structure that is filled when querying information about projects

Windows
MacOS
Linux

References

Module

Projects

Header

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

Include

#include "Interfaces/IProjectManager.h"

Syntax

class FProjectStatus

Remarks

Simple data structure that is filled when querying information about projects

Variables

Name Description

Public variable

bool

 

bCodeBasedProject

True if the project is code-based

Public variable

bool

 

bRequiresUpdate

True if this project needs to be updated

Public variable

bool

 

bSignedSampleProject

True if this project is a sample provided by epic

Public variable

FString

 

Category

The UI category of this project

Public variable

FString

 

Description

The description of this project

Public variable

FString

 

Name

The name of this project

Public variable

TArray< FName >

 

TargetPlatforms

Array of platforms that this project is targeting

Constructors

Name Description

Public function

FProjectStatus()

Functions

Name Description

Public function Const

bool

 

IsTargetPlatformSupported

(
    const FName& InPlatformName,
    const bool bAllowSupportedIfEmptyLi...
)

Check to see if the given platform name is supported as a target by the current project

Public function Const

bool

 

SupportsAllPlatforms()

Check to see if the given the current project supports all platforms

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