Trace passes through wall

Hello.

I created my custom static mesh in maya. Im using “complex collision as simple” which works pretty well - i cant walk through walls with my pawn, physical projectile DOES NOT PASS too BUT sphere trace PASS through wall (im using trace hit location to set spawn rotation of projectile).

When i tried to put blocking volume into wall, everything was fine, trace was blocked on correct spot, so i think this is 100% bug.

Can i do some workaround or i need to wait till fix? Because putting manually blocking volume into every custom will be pain.





edit: link to FBX model to test:

Hi, of course its blocking visibility, btw im using my own custom trace channel “projectile”, but of course its blocking that channel too… ill try to rebuild collision when ill be on and let you know but im unsure about this solution, because if i have to “reveal” this buggy collision on every mesh it may be problem… i absolutely accidentaly found this leak

Hi there
About your walls, go to the collision settings and make sure that is BLOCKING Visibility traces, right above camera trace channel.
test and confirm pls. If don´t solve, try to remove the collision in the mesh editor, and generate it again

yeah, it is very weird looking better to your screenshots. I never had this kind of problem before, so I´m guessing it is related to your custom meshes, when importing, the collision data, anyways. Good luck!

So nothing help. I tried to create bigger mesh with more cuts on faces but im getting same results…

Additional info: I tried to use “Trace Complex” too but nothing has changed…

link to FBX model:

Bump, issue still persist

Hey Name368-

Can you provide the setup for your collision / trace settings for your FBX file? When I import the model into a third person project, the collision is set to BlockAll by default and my sphere traces are hitting the structure as expected. Are you able to reproduce this behavior in a new project as well? Additionally, can you provide the code / node structure for how you’re calling your trace?

Hi ,
So i tried it one more time in clean project and in my main project too and now its working as expected… Im sure my trace settings were good, i changed nothing last 2 days. Probably yesterday hotfix fixed this, one line (40025) is about trace fix… So we can mark this as resolved now. I will do more tests in near future so if i find what caused this, ill report new ticket with clean project repro steps.