BlueprintStudio / shared blueprint
BlueprintStudio / Blueprints / Double-Tap Dash
Double-Tap Dash — Unreal Engine 5 Blueprint
A movement Blueprint graph with 11 nodes and 12 connections, generated with Cosindra BlueprintStudio — the AI Blueprint generator for Unreal Engine 5. Preview the full node graph above, copy the T3D text, or apply it straight into your open UE5 editor through the Cosindra desktop app.
Generated from the prompt: “Dash on double tap: when the player presses E, compare the game time in seconds with a LastPressTime float; if the difference is under 0.3 launch the character forward with 1200 velocity, then store the current time in LastPressTime.”