Does anyone know why cloth simulation does not work in Sample City project… if I try to use cloth simulation like you would in any other project it works… is it glitched?
1 Like
I checked that the plugin is installed and enabled… Am i missing something here… maybe something in C++ file?
Have you found a solution?
1 Like
facing same issue
Cloth simulation is not working in Matrix city sample project. @Tim_Sweeney , please fix this
1 Like
Try the CVAR… p.ClothPhysics 1
It’s a heavy-handed way to toggle on/off cloth physics
You may have to exit PIE and then hit play again to see the results
1 Like
I ran into the same issue. Anyone knows how to fix this?
Or can explain what @gozerKeymaster means on a Noobyer level?
If it helps anyone, go to config > DefaultEngine.ini
find this line p.ClothPhysics=0
and change it to p.ClothPhysics=1