Collision interactions – a section review

In this section, we got our hands dirty by applying the different combinations of collision presets to the First Person Projectile blueprint to see how it interacts with the physics actors in our game world. By setting the Physics Body object response to Block, the Event Hit event node will be called. Also, an impulse will be created at the projectiles' location, resulting in a small push force applied to the physics actor the projectile collides with. By setting the Physics Body object response to Overlap, we can use the On Component Begin Overlap Event node to call different actions once the projectile overlaps with a physics actor. We just need to make sure that the physics actors in our level and our ...

Get Unreal Engine Physics Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.