BlueprintStudio / shared blueprint
BlueprintStudio / Blueprints / Health & Damage System
Health & Damage System — Unreal Engine 5 Blueprint
A combat Blueprint graph with 10 nodes and 11 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: “Give the player a Health float starting at 100; on Event AnyDamage subtract the damage, clamp between 0 and 100, and when it reaches 0 print 'You died' and destroy the actor.”