DENT - Destructible Environment Network Toolkit

Hey I just bought your pack and the demo level was awsome. I mainly got this for multiplayer purpose. I have a project previously and I am trying to implement dent into it. I have a line trace when I fire my gun. This traced line then casts the hit actor to “BP_Dent_Master” and calls “DENT DM Server point damage” as well as “DENT DM Multi Cast point damage” but the object is not destroyed. I made sure that the actor is the child of BP_Dent_Master as well as other silly mistakes that I might have done. Yet it doesn’t work. What did i get wrong. I am trying to apply damage based on lineTrace and not projectile. A simple Server Point damage/Multi Cast point damage should have worked as far as I understand.