Nice_Rain
(Nice_Rain)
1
I’ve just recently attempted to upgrade from 4.4.3 to version 4.5. I’m unable to build because of the following error:
Error 2 error C2039: ‘InverseSafe’ : is not a member of ‘FMatrix’
Was InverseSafe removed in 4.5? What should we be using instead of InverseSafe in our code?
Hey -
InverseSafe was indeed removed in 4.5. InverseSafe is now Inverse and Inverse is now InverseFast.
Cheers
Nice_Rain
(Nice_Rain)
3
Thanks man! I had discovered that in the API documentation. Appreciate the quick reply!