Skip to main content

define PropertyType for DataSource to use dropped list and get value from it

Comments

1 comment

  • Jason

    Studio Enum property types work only with engine <PropertyType<int> (or PropertyType<MyEnum> for some c++ enum MyEnum {...}).

    There is no editor that would allow selecting  a PropertyType<string> from a predefined set of strings. Instead of a dropdown just a plain PropertyType<string> allows typing anything

     

     

    0

Please sign in to leave a comment.