Check if player is overlapping static meshes in level

Hi is there an easy way to check if player is overlapping any static meshes in the level??

there’s a “get overlapping actors” node that returns an array, and a “length” node that returns the number of items in an array. then you got the “greater than” node and the “branch” node.

good answer thanks!