Calling SetConstraintMode on Actor causes editor to crash

What if you SetConstraintMode() under BeginPlay(), and not in the constructor?

I’ve encountered various functions that don’t work well in the constructor, but fine on BeginPlay(). Maybe this is one of them too?

1 Like