Hello,
Having general FMatrix, which transforms [0-0] - [1-1] rectangle into screen space coordinates, is there an API to DrawTexture (on screen, HUD or alike) but without disassembling the matrix onto scale, rotation components?
Or if decomposition is unavoidable, what would be the most effective approach to do so?
Thank you.