Is it possible to create dropdown lists for variables?

I want to create a drop down list for a variable like the Collision Presets list in the Defaults tab in blueprints

Is it possible to do so? I found the FBodyInstanceCustomization class where the collision presets is getting created but I haven’t found any documentation if its something that I could easily do my self or even how to.

Thanks

You need to create an Enumeration in Content Browser and use that. Watch this tutorial: http://www.youtube.com/watch?v=5nLqEW6YXPY

Thanks that helped! Short and sweet! How do I use this list I made to cycle through different static meshes as the user selects different options in the drop down list? Any tutorial links you could please point me to?

Find something ? I would use it too but the only way that I found is to use a enum. I prefer to get any variable with choise