An open API service indexing awesome lists of open source software.

https://github.com/aquanox/quickplaypresetsplugin

Plugin adding quick launch of PlayInEditor presets for Unreal Engine
https://github.com/aquanox/quickplaypresetsplugin

cpp unreal-engine unreal-engine-5 unreal-engine-cpp-plugin unreal-engine-plugin work-in-progress

Last synced: 26 days ago
JSON representation

Plugin adding quick launch of PlayInEditor presets for Unreal Engine

Awesome Lists containing this project

README

          

[![GitHub license](https://img.shields.io/github/license/aquanox/QuickPlayPresetsPlugin)](https://github.com/aquanox/QuickPlayPresetsPlugin/blob/main/LICENSE)
[![GitHub forks](https://img.shields.io/github/forks/aquanox/QuickPlayPresetsPlugin)](https://github.com/aquanox/QuickPlayPresetsPlugin/network)
[![GitHub stars](https://img.shields.io/github/stars/aquanox/QuickPlayPresetsPlugin)](https://github.com/aquanox/QuickPlayPresetsPlugin/stargazers)
![UE5.5+](https://img.shields.io/badge/UE5-5.5+-lightgrey)

## Quick Play Presets Plugin

> [!NOTE]
> This plugin is a Experimental, there is room for usability improvements and new features.

Plugin adds Play-In-Editor presets to Unreal Engine Editor.

Why presets useful?

- To reduce amount of clicking to change different network mode and number of players
- To reduce amount of clicking to change different viewport sizes
- To reduce amount of clicking to run different configurations

Plugin adds a custom menu dropdown with configured presets

![](Images/QPP-Menu.png)

Each preset can be configured in editor settings to:
- Set desired networking options ( Listen Server / Client / Standalone)
- Set desired viewport size
- Set desired launch mode (Level Editor Viewport / New Viewport / Standalone / Custom)
- Automatically launch session

![](Images/QPP-Settings.png)