How can I check whether they are overlapped or not?

Hi :slight_smile:
If two trigger box are generated randomly, How can I check whether they are overlapped or not?

Hey there Arrietty,

from blueprints you would be using the Get Overlapping Actors or Get Overlapping Components nodes, and then filtering from there, or using the nodes themselves to filter if you wish.

Hope this helps,

Inc.

Thx so much :slight_smile: