Use ‘unpossess’ node in your character bp to unpossess the controller.
Also, have an is dead decorator on the top of your behavior tree that’s set to false.
Have the character set it to true on death to stop all node processing.
Use ‘unpossess’ node in your character bp to unpossess the controller.
Also, have an is dead decorator on the top of your behavior tree that’s set to false.
Have the character set it to true on death to stop all node processing.