Ninja Bear Studio Plugins Help

Casting Spells

Create the Cast Actor

  1. In your Blueprints folder, create a new Cast Actor Blueprint using NinjaCombatCastActor as the base class.

  2. Add two components to the Cast Sphere, a Niagara Component and an Audio Component. Set Auto Activate to false in both of them.

  3. In the My Blueprint tab, expand the list of Overridable Functions and select StartCast. This will add this event to the Event Graph.

  4. Right-click the new node and select Add Call to Parent Function. Connect that node to the event.

  5. Bind a new event to the VFX's System Finished delegate, activate the VFX and Audio components, making sure that both are set to reset and then Play the audio.

  6. In the System Finished Event, unbind the callback and deactivate the Poolable Actor, using the Poolable Actor Component.

Cast Actor Graph
Last modified: 17 April 2026