did behavior of FormatText change or is it broken? There is no way ho can I specify the value as the black input box next to NewLine doesn’t show. I followed documentation and tutorials, but in my case I have no luck.
This is a part of UMG widget just to clarify what I am trying to do.
The pins were changed to be “wildcard” pins in 4.13 (as specified in the release notes) so that they can support all the different types needed by plural/gender form formatting.
A side effect of this is that you can no longer specify literal values on the pins themselves (which I figured would be relatively uncommon, given that the format arguments are usually variables themselves), any any existing literal text values on the pins were upgraded to “Make Literal Text” nodes, which is also how you’d now specify a literal value for a pin, as you’ve already found