FMatrix::ErrorEnsure(const TCHAR* Message) doesn't output the message passed to it.
Found in 4.23 CL#9631420
Reproduced in 4.22.3 CL#7053642, 4.24.0 CL#9892386, 4.25 Main CL#9892271
1. Open the engine and go to Matrix.cpp
2. Look at FMatrix::ErrorEnsure
Result: The function doesn't print the message passed in like the comment in Matrix.h says it will.
Expected: The function prints the message passed in.
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-82780 in the post.