FMatrix::Inverse() Error on Build

Any idea where you’re calling FMatrix::Inverse that it’s getting a nil matrix?

If you can’t figure out why/where a nil matrix is being passed, just replace the call in that location to FMatrix::Inverse with FMatrix::InverseSafe - it should check for nils, unlike the regular Inverse (that’s what the error message is saying, anyway).