Does UE5 have polygon colliider for 2D objects?

I want to make a 2D game which involves unconventional collider. I’ve used Unity before and it has polygon collider2D. I don’t know whether UE5 also support such component?

A rough approximation of the mesh is often more efficient and indistinguishable in gameplay. See the
Glossary. In 2D, you can use the Box Collider 2D and the Circle Collider 2D. You can add any number of these to a single game object to create compound colliders.