Category from string

So guys, I have a category string, and it’s sections are separated by |, just like Unreal categories. Now I’m not sure how to split this into multiple strings so I can create a tree view widget.

How do I split a string into variable number of sections when I don’t know the variable value?

to split a string filled with CommaSeparatedValues, into an array of separated strings, you should use ParseIntoArray: