Collision Disabler

Description

This plugin will allow you to turn off collisions between indicated pairs of physical objects in runtime.

Video : Collision Disabler

Unreal Engine provides several methods to disable collisions between objects.

  1. Collision channels – Allows for switching off collisions between groups of objects, but not between specific objects.
  2. Ignore Actor When Moving – Tells this component whether to ignore collision with all components of a specific Actor when it’s moved. Won’t work for the physic simulation.
  3. Contact Modification – Modifying the properties of the generated contacts points. Requires knowledge of PhysX and coding in C ++.

Collision Disabled uses the last method to provide a very simple and convenient way to disable collisions between objects using physics simulation.


VIP Downloads Today: 0 of 0

BECOME A VIP


PRODUCT LICENSE

You can contact us at any time and request that the asset you want be added to the site from the Request Asset section.

Check Also

Fighter Template download

Fighter Template

Description Showcase Video | Playable Demo | Documentation You will need an extra gamepad in …