Can I use Behavior Tree on mobile platform?

Hi.
I have some experience with Behavior Tree, but only on PC platform.
Currently I’m prototyping a game for mobile and trying to make AI using only AIcontroller class, which, for me, has been a tad inconvenient.
Has anyone tried Behavior Tree on mobile platform? I’m dying to know if there’s any performance issue.

Thanks for the quick answer.

BT doesn’t care if it’s running on mobile or PC and is as performant as you make it. If you avoid ticking tasks or hand-crafted BP-implemented expensive nodes you should be fine.

Cheers,

–mieszko