Setting asset collision presets via Editor Utility Widget

Hey all, I’d like to make a tool that sets the collision profile of selected static mesh assets in the Content Browser. (It can be done via Property Matrix but I’m making collision tools and it would be nice to have this also in the widget.)

At the moment the only node I can find is Set Collision Profile Name, which only accepts a component and not static mesh assets.

You found the right node, but you need to feed the Collision Profile Name with the name of the collision profile you desired. Technically, a collision profile is an FName type, but in the editor, you can see it through the drop-down list. unfortunately, it is not exposed to Blueprint.

My suggestion is to create a list of all the existing collision profile in an Enum and use it in your Editor Widget. you can find the list in the Project Settings → Collision