Hi everyone…
I got question … What is really OwnerComp which we passing throught ExecuteTask function…
Thanks
Hi everyone…
I got question … What is really OwnerComp which we passing throught ExecuteTask function…
Thanks
OwnerComp is the behaviour tree that is holding this node (ChooseNextWaypoint). Now that we have a behaviour tree, we can find the AI owner that holds this behaviour tree. Now that we have the AI controller, we can find the Pawn that holds this AI controller.
Thank you!