How Can I Add Collision To CustomMeshComponent

Now Im using CustomMeshComponent For My Terrain Generation Instead Of Using ProceduralMesh
But Theres Some Problem In Using This Component
I Cant Add Collision To It
How Can I Add A Collision To It?
Thanks XD

Collision is not supported by CustomMeshComponent but it can be easily added by creating a derived class (In C++)
from CustomMeshComponent and pretty much copying the collision creation code from ProceduralMesh.
Unfortunately I am not next to a computer where I have access to the engine at the moment but I will try to implement that class for you as soon as I can.

Thanks,I creat a collision class and update CollisionData after created the meshes.