Hit Detection Bool

I simply want a variable to return true if my character is hitting any object and false if my character is not hitting any object.

I’m really struggling here. I feel like this shouldn’t be difficult.

likely look into overlaps…on begin overlap set Bool to true on End overlap set it to false…