Overlapping Spawn Not Triggering

I swear I’ve been having spawning issues for a month. If not one thing, its something else. I am now attempting to have a new actor spawned when an NPC overlaps a triggerbox. It seams pretty straightforward, but the trigger is not happening.

In this case the Other Actor (the TriggerBox) is called “Customer Enter,” which is supposed to spawn an actor at the location of the variable called “Customer Chair.” However, despite meticulously going over the collision settings and setting up print strings to try to detect the issue, for some reason the overlap isn’t being registered. Any help would be greatly appreciated!

To be clear: the begin overlap never fires or the branch is always false? If it never fires than can you show the overlap settings of the trigger volume and for this actor?

It simply never fires. Here are the settings.

NPC

TriggerBox

Does the NPC spawn overlapping the trigger?

No, the trigger is overlapped by an NPC, but the spawning NPC does not overlap the trigger.