How to locate this issue? --> LogPhysics: Warning: COLLISION PROFILE [None] is not found

This message appeared today.

Captura de pantalla 2024-03-27 153645

Yesterday it was not…
I haven’t manipulated the collision profiles in months.
I thought maybe DefaultEngine.ini was corrupt, but no, it seems to be correct.

I found that the message comes from the world class

And i’m not using this functión in my code… i checked it too.

GetCollisionProfileChannelAndResponseParams();

Does anyone know what could be causing this error?
Thank you so much!!

I found the problem… It was caused by Line Trace “By Profile”

Captura de pantalla 2024-03-27 172555

I changed it by Line Trace “By Channel” and the problem is gone.

Thank you so such!!