References
References, with a REF_TO ANY type, cannot be entered in an operator screen:

Dereferences
A dereferenced pointer (with the dereferencing operator “^”) can be entered; this is the actual variable itself:

NOTE: The dereferenced variable must have an Elementary
Data Type.
NOTE: Only 1 level of dereferencing is
allowed. This is not allowed: Myref^.MyInt^