Skip to main content
Version: 2.x

CommonUI Integration

CommonUI is Unreal Engine's official plugin for building cross-platform user interfaces with seamless gamepad and keyboard/mouse support. It provides automatic input detection, platform-specific icons, and navigation systems designed for console and PC games.

Auto Settings provides an optional integration with CommonUI through the AutoSettingsCommonUI module. This integration is disabled by default and only activates when you enable CommonUI in your project.

Optional Feature

The CommonUI integration requires the CommonUI plugin to be enabled in your project. AutoSettings works fully without CommonUI for standard UI implementations.

Overview

When enabled, the CommonUI integration provides:

  • CommonInput Key Icons - Provides key icons using CommonInput's icon system with automatic gamepad type detection
  • ButtonGroupSetting Widget - Radio button-style selection using CommonUI buttons
  • Enhanced ComboBox - Improved gamepad navigation for dropdown selections

Setup

Prerequisites

  • CommonUI plugin enabled

Configuration

  1. Enable CommonUI plugin in Edit → Plugins
  2. Restart editor
  3. AutoSettings automatically detects and enables the CommonUI integration