unreal-commoninput

Diagnose Unreal Engine CommonInput and CommonUI input routing and configuration issues.

16|3|Updated Jun 13, 2026
One-click install
npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-commoninput
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unreal-commoninput
Source: https://github.com/OrionUE/Orion_FreeEdition/tree/main/.agents/skills/unreal-commoninput
Command: npx skills add https://github.com/OrionUE/Orion_FreeEdition --skill unreal-commoninput

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps developers diagnose and fix complex Unreal Engine CommonInput and CommonUI input behavior issues, including incorrect input modes, action icons, key glyphs, and device switching problems.

Core Features & Use Cases

  • CommonInput Analysis: Guides investigation of UCommonInputSubsystem, UCommonInputSettings, controller data, platform settings, and input device detection workflows.
  • CommonUI Input Debugging: Helps resolve UI input mode, action domain, button fallback icon, key brush, and keyboard/gamepad interaction issues.
  • Use Case: When a CommonUI button displays an incorrect default glyph after an engine upgrade, use this Skill to trace the fallback path and verify the correct input configuration.

Quick Start

Use the unreal-commoninput skill to inspect my Unreal Engine CommonUI button input behavior and identify the source of incorrect action icons.

Frequently Asked Questions about unreal-commoninput

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Why does my CommonUI button display the incorrect default key glyph after an Unreal Engine upgrade?

Incorrect key glyphs in CommonUI usually stem from misconfigured input settings or fallback paths. This Skill traces the fallback icon resolution path, verifying engine source types, module dependencies, and UCommonInputSettings to identify the source of the wrong key brush.

How do I fix CommonUI input mode and action domain switching issues in Unreal Engine?

Fixing CommonUI input mode requires analyzing input routing and UCommonInputSubsystem workflows. This Skill guides you through inspecting controller data, platform settings, and input device detection to resolve keyboard and gamepad interaction conflicts.

Does CommonInput work with EnhancedInput for gamepad controller data in Unreal Engine?

CommonInput integrates with EnhancedInput scenarios by routing gamepad inputs through UCommonInputSubsystem. This Skill verifies engine source types and input settings to ensure proper device detection and action mapping across different input domains.

What is the best way to debug Unreal Engine CommonUI action icons showing wrong fallback brushes?

Debugging CommonUI action icons involves tracing the button fallback icon path and verifying key brush configurations. This Skill helps inspect UCommonInputSettings and controller data to ensure correct action domain mapping and platform-specific glyph resolution.

How to resolve CommonUI gamepad and keyboard interaction conflicts when navigating UI widgets?

Resolving gamepad and keyboard conflicts requires analyzing CommonUI input routing and action domains. This Skill inspects UCommonInputSubsystem configurations, input device detection workflows, and runtime UI behavior to isolate and fix interaction issues.

What limitations should I check before modifying CommonInput settings for custom key glyphs?

Before modifying CommonInput settings, verify engine source types, module dependencies, and runtime UI behavior. This Skill checks input configuration prerequisites and platform settings to prevent incorrect fallback icon resolution and device switching failures.