As mentioned in #164258, the code to transfer an engine transform to the Android view code uses only a 3x3 subset of the 4x4 raw matrix and could potentially lead to inaccuracies. The code should really transfer the data to a full 4x4 Android matrix class if one exists.