HairStrandCore crashes UE5.3.2 ( too many Crashes)

Hello guys - if anyone stumbles upon this, and there is stil lnot yet a fix for it, I have two workarounds that worked for me:

  1. So the first is, just simply uncheck “Enable Simulation” on the Groom asset under Simulation->Simulation Settings->Solver Settings. This of course does what it actually says: disables the simulation.
    So, my second workaround is exactly helps on this:

  2. I figured out (well, at least in my project) if the Groom Simulation is disabled, BUT by Blueperint I re-enable with a bit of delay on BeginPlay event, it works for me. For that, I only call the Delay node with just a 0.2 seconds of delay, before calling on the Groom asset the “Set Enable Simulation” with of cousre “In Enable Simulation” checked on the node.

I hope it can be of use for anyone who stumbles upon this issue as well! Also if there is already a real solution, please let me know, cheers and thanks in advance! :slight_smile: