I’ve made a TArray to track all of the objects currently within a collision box.
However, actors are only added on the begin overlap.
At the beginning of play, if they are already inside the collider, the begin overlap will not occur, and the actors will not be added to the list.
What’s the best way to add all the actors overlapping with a collider at the beginning of the play to a list of overlapping actors for the collider?