Get overlap value

Hello everybody,
I have a problem with a value. I try to compare an overlap event. First object is my legs with any other objects in the world. I always get false as result but I think it should be true as soon as I collide.
Here the BP


3f9058cd2441b9de5f130cab98352ef5bfd554b4.jpeg

Hi Lestaaat,

Try using an “on component begin overlap” instead of an “on begin overlap”. You will be able to focus attention to the legs themselves as opposed to the entire object.

Needed some time to find this Event but finally it works :slight_smile:
Thank you.

Hello again,
can someone tell me why this is not working for Landscapes? They do not even have “Generate overlap events” Button.
I tryed some things but nothing works to get again my “TRUE” for legsOnGround bool. Seems like it only works for objects.