You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
It should instead perform the operation in-place and not return anything.
Some preliminary tests with simply excluding CPF_ReferenceParm from FTsuReflection::IsOutputParameter didn't seem to work. The actual invocation probably needs to not copy the value if it's a reference parameter or something.
Parameters with the
UPARAM(ref)annotation currently gets treated as an output parameter, which results in some janky typings, like:It should instead perform the operation in-place and not return anything.
Some preliminary tests with simply excluding
CPF_ReferenceParmfromFTsuReflection::IsOutputParameterdidn't seem to work. The actual invocation probably needs to not copy the value if it's a reference parameter or something.