Collision with landscape or geometry

Collision between actor and landscape

Hey can I make overlap or hit event when or something to test am I colliding with landscape or geometry block(I don’t know them name)
I don’t want usein physics or chracter movement. I think set location(sweep true) should work and generate hit event but in not seem working. Please help if you can, it will help me lot.

Collisions and overlaps should work, but you have to enable it. Can you post screenshots of your bp? In overlap case check GenerateOverlapEvents.

293658-generatehit.png

Check this links:

About [OnHitEvents][2].

About [collisions][3].

And [fragment][4] about overlap.

I just was dumb. I didn`t know, that landscape is actor. I Thinked it is just… landscape. I found it in the “world outliner” and chanced it to generate hit event so it work now. but thank you Max

1 Like