BPSG_LPSP_Settings

Introduction

The BPSG_LPSP_Settings blueprint is the asset's blueprint that contains all the options menu settings. Although it is designed specifically for the asset, it can be adapted to include whatever settings your game may require.

If you seek to access the BPSG_LPSP_Settings, it is conveniently located at the following path: InfimaGames/LowPolyShooterPack/Core/Saves/BPSG_LPSP_Settings.

Functions

Get Index Vertical Sync:

Returns the value of the “Index Vertical Sync” variable.

Set Value Vertical Sync:

Sets the value of the “Index Vertical Sync” variable.

Get Index Shadow Quality:

Returns the value of the “Index Shadow Quality” variable.

Set Value Shadow Quality:

Sets the value of the “Index Shadow Quality” variable.

Get Index Anti Aliasing:

Returns the value of the “Index Anti Aliasing” variable.

Set Index Anti Aliasing:

Sets the value of the “Index Anti Aliasing” variable.

Get Index Post Processing Quality:

Returns the value of the “Index Post Processing Quality” variable.

Set Value Post Processing Quality:

Sets the value of the “Index Post Processing Quality” variable.

Get Value Resolutions Scale:

Returns the value of the “Value Resolutions Scale” variable.

Set Value Resolutions Scale:

Sets the value of the “Value Resolutions Scale” variable.

Get Index Texture Quality:

Returns the value of the “Index Texture Quality” variable.

Set Value Texture Quality:

Sets the value of the “Index Texture Quality” variable.

Get Index Screen Resolution:

Returns the value of the “Index Screen Resolution” variable.

Set Index Screen Resolution:

Sets the value of the “Index Screen Resolution” variable.

Get Index Fullscreen Mode:

Returns the value of the “Index Fullscreen Mode” variable.

Set Index Fullscreen Mode:

Sets the value of the “Index Fullscreen Mode” variable.

Get Value Volume Master:

Returns the value of the “Value Volume Master” variable.

Set Value Volume Master:

Sets the value of the “Value Volume Master” variable.

Get Value Volume Music:

Returns the value of the “Value Volume Music” variable.

Set Value Volume Music:

Sets the value of the “Value Volume Music” variable.

Get Value Volume SFX:

Returns the value of the “Value Volume SFX” variable.

Set Value Volume SFX:

Sets the value of the “Value Volume SFX” variable.

Get Value Volume Ambiance:

Returns the value of the “Value Volume Ambiance” variable.

Set Value Volume Ambiance:

Sets the value of the “Value Volume Ambiance” variable.

Editable Variables

Value Resolution Scale:

The resolution scale value.

Index Post Processing Quality:

The game’s post processing quality.

Index Anti Aliasing:

the game’s anti aliasing.

Index Shadow Quality:

The game’s shadow quality.

Index Texture Quality:

The game’s texture quality.

Index Vertical Sync:

The game’s vertical sync.

Index Screen Resolution:

The game’s screen resolution.

Index Fullscreen Mode:

The game’s full screen mode.

Value Volume Master:

The game’s volume master.

Value Volume Music:

The game’s music volume.

Value Volume SFX:

The game’s SFX volume.

Value Volume Ambiance:

The game’s ambiance volume.


Last updated

Was this helpful?