This plug-in can use blueprints to obtain some basic configuration of the project, such as obtaining: company name, company identification name, copyright statement, description, homepage, license terms, privacy policy, project ID, project naming, project version, support contact information, project Show title, project debug title information, window aspect ratio should be preserved, use borderless window, launch in VR, allow window resize, allow closing, allow maximization, allow minimization, eye offset of false stereoscopic rendering device , field of view is used in false stereoscopic rendering devices.
Note: This plug-in can only obtain the configuration and cannot modify the configuration.
目录(Contents)
- 1. Node description
- Get Company Name
- Get Company Distinguished Name
- Get Copyright Notice
- Get Description
- Get Homepage
- Get Licensing Terms
- Get Privacy Policy
- Get Project ID
- Get Project Name
- Get Project Version
- Get Support Contact
- Get Project Displayed Title
- Get Project Debug Title Info
- Get Should Window Preserve Aspect Ratio
- Get Use Borderless Window
- Get Start In VR
- Get Allow Window Resize
- Get Allow Close
- Get Allow Maximize
- Get Allow Minimize
- Get Eye Offset For Fake Stereo Rendering Device
- Get FOV For Fake Stereo Rendering Device
- Get Game Ini String
- Get Engine Ini String
- 2. Use Cases
- 3. Download Link
1. Node description
Get Company Name
The name of the company (author, provider) that created the project.
Get Company Distinguished Name
The Distinguished Name of the company (author, provider) that created the project, which is used by publishing tools on some platforms.
Get Copyright Notice
The project’s copyright and/or trademark notices.
Get Description
The project’s description text.
Get Homepage
The project’s homepage URL.
Get Licensing Terms
The project’s licensing terms.
Get Privacy Policy
The project’s privacy policy.
Get Project ID
The project’s unique identifier.
Get Project Name
The project’s non-localized name.
Get Project Version
The project’s version number.
Get Support Contact
The project’s support contact information.
Get Project Displayed Title
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).
Get Project Debug Title Info
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)
Get Should Window Preserve Aspect Ratio
Should the game’s window preserve its aspect ratio when resized by user.
Get Use Borderless Window
Should the game use a borderless Slate window instead of a window with system title bar and border.
Get Start In VR
Should the game attempt to start in VR, regardless of whether -vr was set on the commandline.
Get Allow Window Resize
Should the user be allowed to resize the window used by the game, when not using full screen.
Get Allow Close
Should a close button be shown for the game’s window, when not using full screen.
Get Allow Maximize
Should a maximize button be shown for the game’s window, when not using full screen.
Get Allow Minimize
Should a minimize button be shown for the game’s window, when not using full screen.
Get Eye Offset For Fake Stereo Rendering Device
Determines the Eye offset of the virtual stereo device created when ” -emulatestereo” command line arg is detected.
Get FOV For Fake Stereo Rendering Device
Determines the Field Of View of the virtual stereo device created when ” -emulatestereo” command line arg is detected.
Get Game Ini String
Get Game.ini Configuration data.
Get Engine Ini String
Get Engine.ini Configuration data.
2. Use Cases
3. Download Link
Get Project Settings in Code Plugins – UE Marketplace (unrealengine.com)