How to create collision information for procedural geometry?

For static geometry, setting ‘use complex as simple’ as the Collision Complexity in the StaticMesh Editor will cause physics to collide with the graphics triangles. We do not support per-poly collision on the actual physics object - we need collision geometry with ‘volume’ so we can calculate mass/inertia etc., and it would be too slow.