I have a type view rule for my type `Matrix4` which appears nicely in the debugger: <img width="1877" height="286" alt="Image" src="https://github.com/user-attachments/assets/1312478a-c1fc-4ce7-8fb2-be63dc7b484b" /> However, when passing this value into a function by reference, the parameter does not use the same view rules: <img width="2268" height="858" alt="Image" src="https://github.com/user-attachments/assets/52086c6e-a853-421e-87f2-a4a417e7045f" />