Quick Start

1. Prepare your ACharacter Make sure your Character blueprint or C++ has these components added: AnimationDrivenComponent - For listening data from the animation montage and signaling it to other systems (such as gameplay abilities) ComboManagerComponent - For managing combo graph For GAS users Make sure your Character has AbilitySystemComponent and it is derived from UContextAbilitySystemComponent see ComboBasicCharacter.h for default implementation For generic users Add GameplayTasks component to your Character’s blueprint to use GameplayTask ...

April 30, 2025 · 4 min · Tuong Nguyen, aka Bacon

Bacon Combo Graph

Bacon Combo Graph is an Unreal Engine plugin (UE5.3+) designed to help you build complex, animation-driven combat systems fast and easy

April 24, 2025 · 2 min · Tuong Nguyen, aka Bacon