[ANSWERED] Get global values for text
-
Hi Guys,
Would be useful if there was an actor that worked the same as the Set and Get Global Values but for things like text as well.
Ed
-
The Set/Get Global Values actors already support text.
The inputs and outputs for the values are "mutable," as noted by the green color of the input/output ports before you connect anything to them. Inputs like these will "mutate" to whatever the type you connect to them (though video and audio are disallowed for these particular actors.) The slight hassle is that if you don't actually have anything connected to the Set Global Values actor, you'll have to connect a text output to the input to make it change to text.Anyway, try setting up the example shown below and you'll see that it works.
Best Wishes,
Mark -
Ahhh my bad!
Thanks
Ed