class AIMODULE_API UBehaviorTreeComponent : public UBrainComponent
…
protected:
virtual void PauseLogic(const FString& Reason) override;
virtual EAILogicResuming::Type ResumeLogic(const FString& Reason) override;
…
look at this, maybe can help, maybe not =)