UPROPERTY(EditAnywhere,Category = “NameList”)
TSet NameList
Seems to be the actual list type where TList is a linked list type which i am unfamiliar with,
Still unsure on how to make TList show up in details panel, however it seems what I though TList was is actually what TSet seems to be. with a few caveats that TArray seems to handle a bit better.