How to show default destructible parameters in class details.

Hello every one,

I created


UPROPERTY(EditAnywhere, Category = "DestructibleMesh")
UDestructibleMesh* DestructibleMesh;

And in the level editor in the object details I can see and set only this mesh but I would like to see all default destructible parameters form the destructible mesh and I have no idea how to achieve this.

You would have to write a custom detail panel viewer.