You can simply call “StartBehaviour()” on the BehaviourTreeOwner to restart the owner’s assigned BehaviourTree.
Also, if the “repeat” property is checked in the BehaviourTreeOwner inspector, the behaviour will always automatically repeat without having to manually restart it, if that is what you are after by any chance.