Can't remove collisions on props

I made a blueprint and ticked off all collisions, but somehow when I enter the game the player and camera still collide with the prop.

1 Like

You have to go to your static mesh component and use the dropdown menu to remove your collision

2 Likes

How do I do it in UEFN? You seem to be using UE.

Double click the the mesh to open it and the option is at the top of that window. Some fornite assets will not let you edit them

1 Like

This is it, thank you!

1 Like

Have a way to disable only player collision?

Go to the Blueprint of your prop and make sure you have these 2 boxes checked to removed player collision but still have destruction suck as hitting with pickaxe.

Under “Mesh” Menu of blueprint

  • No Pawn Collision
  • No Camera Collision

Screenshot (336)

Trying to do this in UEFN and spawning the prop dynamically through verse code, but this seems to revert collision to defaults. Specifically I’m trying to make a prop that uses the collision FortCameraOnly but instead it collides with everything when spawned in. Anyone have thoughts of how to get around this or if they’re able to get it to work?

1 Like