Invisible walls ?

Hi, I am new to unreal engine trying to create a map, but when my character spawns there are invisible floors and walls everywhere I cant figure out what is causing this?

Hi Joebine, I want to help you with this. The issue you’re experiencing with invisible floors and walls when spawning your character typically occurs due to unintended collision settings or hidden geometry in your map.

Check Hidden Actors:

  • Go to your World Outliner and ensure no hidden actors have active collisions causing invisible walls.

https://dev.epicgames.com/documentation/en-us/unreal-engine/outliner-in-unreal-engine?application_version=5.4

Show Collision in Editor:

  • In your viewport, click the “Lit” button → select “Player Collision” to visualize active collision areas clearly

https://dev.epicgames.com/documentation/en-us/unreal-engine/viewport-show-flags-in-unreal-engine?application_version=5.4

Review Mesh Collision Settings:

  • Open your static meshes and verify collision setup. Ensure simplified collision meshes align with visual geometry.

https://dev.epicgames.com/documentation/en-us/unreal-engine/setting-up-collisions-with-static-meshes-in-unreal-engine?application_version=5.4

Check for Blocking Volumes:

  • Verify there are no unintended “Blocking Volumes” placed invisibly in the scene.

Use Console Commands to Debug:

  • Run your game, press ~ to open the console, type show collision, and press Enter. This helps you identify invisible collisions.

If you’re still facing challenges or have new questions, please share more details about your experience. The more I understand, the better I can assist you.