behavior tree

BT_SmallPhoenix

  • Exposure: public
  • UE Version: 5.3

LasseMeerburg

December 12, 2023, 2:34 pm

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v
Versions
January 17, 2024
  1. Added code to update the score of the enemy

January 9, 2024
  1. Added a new decorator to be able to cancel all attacks and return enemies to their position in the formation

December 18, 2023
  1. This version uses one BTTask to run the small phoenix movement, it no longer functions with a move to but with a set location.

December 13, 2023
  1. This Updated version allows the enemy Phoenix to attack at any part of the formation movement cycle by using a Blackboard Decorator that checks for the value of CanAttackInt, which is set in AIC_SmallPhoenix. Int is used as a variable here because it allows you to set what the variable should be for it to activate which it does not allow with a Boolean for some reason. So this Int functions Identically to a Boolean.

December 12, 2023
  1. First commit

    See