一键导入
unreal-enhanced-input
Implement Unreal input with Enhanced Input — Input Actions, Mapping Contexts, triggers/modifiers, and runtime remapping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Implement Unreal input with Enhanced Input — Input Actions, Mapping Contexts, triggers/modifiers, and runtime remapping.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate real game assets (images, skyboxes, 3D models, SFX, music, voice, video) from text prompts through the provider registry, with provenance and acceptance gates.
Define creation, naming, and replacement rules for placeholder assets so the game is testable before final art exists.
Compose Godot 3D scenes with sound Node3D structure, cameras, physics bodies, environment ownership, and 3D performance patterns.
Define authoring, export, root motion, and retargeting rules for skeletal 3D animation clips.
Define export, scale, pivot, and naming rules for 3D assets so every model imports correctly without per-asset fixes.
Define lighting policy, light budgets, LOD chains, and culling rules so 3D scenes look intentional and hit frame budgets.
| name | unreal-enhanced-input |
| description | Implement Unreal input with Enhanced Input — Input Actions, Mapping Contexts, triggers/modifiers, and runtime remapping. |
| origin | everything-game-dev-code |
| category | unreal |
Implement Unreal input with Enhanced Input — Input Actions, Mapping Contexts, triggers/modifiers, and runtime remapping.
SetupPlayerInputComponent via UEnhancedInputComponent, never to raw keysUEnhancedInputLocalPlayerSubsystem with explicit priorities, instead of branching inside handlersSetInputMode*) so menus consume input cleanly, and treat "UI open" as a context switch rather than per-handler checksUEnhancedInputUserSettings in newer versions), persist per user, and update on-screen prompts from the active mappingsULocalPlayer and validate device assignment per player on each target platformIsKeyDown checks outside the Enhanced Input setupengineering-common/input-abstraction; this skill is the Unreal-specific implementation of it.