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

I think what you searching for is Enumeration (aka Enum), you can create you own enum by right clicking in content browser and going to Miscellaneous, then you can set it as variable type.

That’s exactly what I needed thanks!