Hello,
I always get this error message when using AR compound:
[LogUnrealMath] FMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead.
[LogOutputDevice] Ensure condition failed: false [File:E:\Build2\UnrealEngine\Engine\Source\Runtime\Core\Private\Math\Matrix.cpp] [Line: 8]
FMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead.
[LogUnrealMath] FMatrix::InverseFast(), trying to invert a NIL matrix, this results in NaNs! Use Inverse() instead
it does not look to arm rendering but I would like to understand why I get this.
Best regards
Hi Eric,
This can be caused by probably many things. For example, if a mesh has a scale of 0 on either axis in Unreal.
If you really want to find out what is causing it. You could duplicate your Unreal project. And start deleting actors in your Unreal scene until the error stops appearing. The last thing you deleted will probably cause the issue.
Warmest regards,