[Feedback] Blueprint IN pin missing input field when the property is a reference.

Parameter as a reference (Left):

const FName& InRoute

VS Parameter as a copy (Right):

FName InActionName

afbeelding

Silly you can’t set the input on the left pin directly, but need the kismet library to do so (Make Literal). Why?

1 Like