Overlap events not updating

I know how begin and end overlap events work… but how do I detect if something is overlapping something else at the start of the game? Or if a condition changes while an object is already overlapping something?

If an object starts out overlapping a trigger for example, it’s not detected.There is no “Start out overlapping” or “is overlapping” node. Overlap events just don’t seem to be updating properly, is there any solution for this?

you can use “get allOverlappingActors/-Components” and then check if it contains your specific object (with event tick or event begin play)