UE5 AI Issue: !bBranchDeactivationSuspended

Hello! For the asset I am using, every time I play it, the editor crashes and I get this message:

Assertion failed: !bBranchDeactivationSuspended [File:D:\build++UE5\Sync\Engine\Source\Runtime\AIModule\Private\BehaviorTree\BehaviorTreeComponent.cpp] [Line: 721] This logic does not support re-entrance

I have been trying to figure out what exactly would cause this, but I cannot figure it out. It seems to coincide with my AI characters transitioning from fighting to navigating around the map.

I have opened this in UE4.27 and 4.26, but this ONLY occurs in UE5.0.1… Is this something with UE5?

I have tried:

  • Deleting items in Saved Folder
  • Deleting items in Intermediate Folder
  • Deleting CachedAssetRegistry
  • Removed the Bridge plugin
  • Disabled motion blur

Any ideas? I am at a loss. . . . And the error I get is specifically for the AI…