Community
Participate
Working Groups
The current code purposely creates a boxing expression when any type is "passed" to an EAny type. This is not correct (and was done to fix a problem with passing parms to Any type function parms...which has been fixed another way). This code should be removed so that a boxing expression is not created for reference type that already inherit from EAny.
Done
done