| bAllowClose |
bool |
Should a close button be shown for the game's window, when not using full screen |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bAllowMaximize |
bool |
Should a maximize button be shown for the game's window, when not using full screen |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bAllowMinimize |
bool |
Should a minimize button be shown for the game's window, when not using full screen |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bAllowWindowResize |
bool |
Should the user be allowed to resize the window used by the game, when not using full screen |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bShouldWindowPreserveAspectRatio |
bool |
Should the game's window preserve its aspect ratio when resized by user. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bStartInVR |
bool |
Should the game attempt to start in VR, regardless of whether -vr was set on the commandline |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| bUseBorderlessWindow |
bool |
Should the game use a borderless Slate window instead of a window with system title bar and border |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| ClampMax |
|
|
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
- Meta=(ClampMin="0.01", ClampMax="0.99")
|
| ClampMin |
|
Determines how much of -emulatestereo FOV is above the horizontal plane (0-1) - usually helmets have a larger FOV down than up, so this value is less than 0.5. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
- Meta=(ClampMin="0.01", ClampMax="0.99")
|
| CompanyDistinguishedName |
FString |
The Distinguished Name of the company (author, provider) that created the project, which is used by publishing tools on some platforms. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Publisher
|
| CompanyName |
FString |
The name of the company (author, provider) that created the project. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Publisher
|
| CopyrightNotice |
FString |
The project's copyright and/or trademark notices. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Legal
|
| Description |
FString |
The project's description text. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=About
|
| EyeOffsetForFakeStereoRenderingDevice |
float |
Determines the Eye offset of the virtual stereo device created when " -emulatestereo" command line arg is detected |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| FOVForFakeStereoRenderingDevice |
float |
Determines the Field Of View of the virtual stereo device created when " -emulatestereo" command line arg is detected |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Settings
|
| Homepage |
FString |
The project's homepage URL. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Publisher
|
| LicensingTerms |
FString |
The project's licensing terms. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Legal
|
| PrivacyPolicy |
FString |
The project's privacy policy. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Legal
|
| ProjectDebugTitleInfo |
FText |
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) |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Displayed
|
| ProjectDisplayedTitle |
FText |
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) |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Displayed
|
| ProjectID |
FGuid |
The project's unique identifier. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=About
|
| ProjectName |
FString |
The project's non-localized name. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=About
|
| ProjectVersion |
FString |
The project's version number. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=About
|
| SupportContact |
FString |
The project's support contact information. |
GeneralProjectSettings.h |
- Config
- EditAnywhere
- Category=Publisher
|