playMaker

Author Topic: Get/Set String Property Only returns Length  (Read 572 times)

HAIRGROW

  • Playmaker Newbie
  • *
  • Posts: 24
Get/Set String Property Only returns Length
« on: January 07, 2021, 02:58:05 PM »
So I have a custom script with 3 Get/Set properties. 2 Ints and 1 String. I can use the normal Get Property on all 3 but I noticed that the string value is only showing the Length of the string in PlayMaker. If I re-write the string value as a typical Public string, then the Get Property action will provide the actual string.

Does PlayMaker not allow for Get/Set Properties on string values? Or is there another way I need to implement it?