Sorry maybe I did not describe everything detailed enough.
I want a UPROPERTY(EditAnywhere) editable field used for Collision Profile Names. For example like what you see on any UPrimitiveComponent. In code setting collision profile is done using FName, but in the editor you can choose from a dropdown. I do believe that this is done manually in Slate, but if someone knows how or where it’s done I would appreciate it.
You can have this UPROPERTY on any UObject so that you can edit it in the details panel