BehaviorTree causing performance drop on actor spawn during RunBehaviorTree in the AIController

Just a guess, but maybe you have some hard references inside your BT? You can check references of the BT and see how deep it goes.
If you reference something in BT that references other things (and so on) all of it will be loaded with this BT which may cause some spikes.