How do I get my TArray of USTRUCTS defined in C++ to show up in Blueprint?

Okay I figured it out. It’s kind of weird but in this specific scenario you can’t say Category=CategoryName, you have to say Category=“CategoryName”. Kind of weird since every other scenario ive encountered lets you do the former