FireboltTZ
New member
I know how to use a conditional abort to interrupt a running Action Task use a conditional Task. However, I want to know how a conditional task is ticked. How frequent is that? I have something like this:

In this case, I noticed that the OnStart and OnUpdate were both ticked even when I'm running another action point? Will Behavior tree tick all conditional task every update? Will OnStart and Onupdate both be executed? Will they only be ticked when I place a conditional abort on the parent node?
Btw this is my tree and it works fine.


In this case, I noticed that the OnStart and OnUpdate were both ticked even when I'm running another action point? Will Behavior tree tick all conditional task every update? Will OnStart and Onupdate both be executed? Will they only be ticked when I place a conditional abort on the parent node?
Btw this is my tree and it works fine.
