UGeneralProjectSettings

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UGeneralProjectSettings

References

Module

EngineSettings

Header

/Engine/Source/Runtime/EngineSettings/Classes/GeneralProjectSettings.h

Include

#include "GeneralProjectSettings.h"

Syntax

class UGeneralProjectSettings : public UObject

Variables

Name Description

Public variable

bool

 

bAllowClose

Public variable

bool

 

bAllowMaximize

Public variable

bool

 

bAllowMinimize

Public variable

bool

 

bAllowWindowResize

Public variable

bool

 

bShouldWindowPreserveAspectRatio

Should the game's window preserve its aspect ratio when resized by user.

Public variable

bool

 

bStartInVR

Should the game attempt to start in VR, regardless of whether -vr was set on the commandline

Public variable

bool

 

bUseBorderlessWindow

Should the game use a borderless Slate window instead of a window with system title bar and border

Public variable

FString

 

CompanyDistinguishedName

The distinguished name of the company (author, provider) that created the project.

Public variable

FString

 

CompanyName

The name of the company (author, provider) that created the project.

Public variable

FString

 

CopyrightNotice

The project's copyright and/or trademark notices.

Public variable

FString

 

Description

The project's description text.

Public variable

FString

 

Homepage

The project's homepage URL.

Public variable

FString

 

LicensingTerms

The project's licensing terms.

Public variable

FString

 

PrivacyPolicy

The project's privacy policy.

Public variable

FText

 

ProjectDebugTitleInfo

Additional data to be displayed on the window title bar in non-shipping configurations (can include the tokens {GameName}, {PlatformArchitecture}, {BuildConfiguration} or {RHIName}, which will be replaced with the specified text)

Public variable

FText

 

ProjectDisplayedTitle

The project's title as displayed on the window title bar (can include the tokens {GameName}, {PlatformArchitecture}, {BuildConfiguration} or {RHIName}, which will be replaced with the specified text)

Public variable

FGuid

 

ProjectID

The project's unique identifier.

Public variable

FString

 

ProjectName

The project's name.

Public variable

FString

 

ProjectVersion

The project's version number.

Public variable

FString

 

SupportContact

The project's support contact information.

Constructors

Name Description

Public function

UGeneralProjectSettings

(
    const FObjectInitializer& ObjectIn...
)

Deprecated Variables

Name Description

Public variable

bool

 

bStartInAR_DEPRECATED

This field is no longer used;

Public variable

bool

 

bSupportAR_DEPRECATED

No longer used; AR support is determined by included plugins

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