ue5-blueprint-workflow
Quick Start
- Identify target Blueprint asset and graph (
EventGraphor function graph). - Confirm requested behavior as event -> logic -> output chain.
- Decide input route first: legacy key event or Enhanced Input action event.
- Produce graph-level steps first, then exact node/pin wiring details.
UE5.7 API Anchors
- Keyboard and event node anchors:
UK2Node_InputKey,UK2Node_InputAction,UK2Node_InputActionEventUK2Node_CallFunction,UK2Node_CustomEvent
- Enhanced Input anchors:
UInputAction,UInputMappingContextUEnhancedInputLocalPlayerSubsystem::AddMappingContext(...)UEnhancedInputLocalPlayerSubsystem::RemoveMappingContext(...)UEnhancedInputComponent::BindAction(...)
- Tool fast-path anchors (preferred for Blueprint editing automation):
blueprint_modifywithoperation=add_input_key_eventblueprint_modifywithoperation=connect_pinsblueprint_queryfor pin inspection and compile checks
More from unrealxu/unrealengine5-skills
ue5-pcg-building
UE5.6/UE5.7 PCG building generation workflow for modular buildings, blockouts, facade rules, and runtime generation. Use when requests involve Procedural Content Generation (PCG), Shape Grammar, lot-based building spawn, deterministic random seeds, density/filter pipelines, or converting designer constraints into reusable PCG graphs.
10ue5-architecture
UE5.6/UE5.7 architecture planning and module boundary design for Unreal projects. Use when requests involve module layout, Build.cs dependencies, reflection exposure strategy, Public/Private API boundaries, naming conventions, and preventing circular dependencies.
7ue5-ui-umg-slate
UE5.6/UE5.7 UI development workflow using UMG and Slate integration. Use when requests involve Widget Blueprint setup, Slate host widgets, lifecycle binding, input and focus handling, tooltip behavior, or viewport clamping logic.
7ue5-module-router
Route UE5.6/UE5.7 questions to the most precise skill using module names, aliases, intent keywords, and layer context. Works for explicit module prompts (RenderCore, AIModule, AssetRegistry) and natural language requests.
7ue5-world-interaction
UE5.6/UE5.7 world interaction systems for pickups, spawners, overlap/trace checks, and visual feedback. Use when requests involve interactive world actors, spawn logic, pickup behavior, interaction radius checks, success/failure feedback, and actor lifecycle control.
7ue5-debug-validation
UE5.6/UE5.7 debugging and validation workflow for logs, asset checks, and regression triage. Use when requests involve troubleshooting why gameplay does not work, validating expected output, narrowing minimal repro, and producing concrete fix steps.
7