ue5-blueprint-workflow
Installation
SKILL.md
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.
API Anchors (UE5.6-UE5.8)
- 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