Python string output to unreal array
- manmohan manoj
- Sep 20, 2022
- 1 min read
Updated: Jan 2, 2023
The default unreal python node only has the option to output strings. to get the output as an array I have created a blueprint function that converts the string to an unreal array.
The following is the set up for it
Comments