Is there a way access the variable of the already done damage amount of a destructible mesh?

Hi,

i use “accumulate damage” so that my DM can take multible hits before it breaks.

from this page

A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums

i learned

“Accumulate Damage: If a chunk doesn’t
receive the full damage amount to
break it free it will “remember” what
amount of damage has been applied.”

so there must be some variable within the DM, that ‘remembers’ how much damage already has been applied or how much damage it can still take, until it breaks. is there any way to access this via blueprint, so if the DM has an impact that hasn’t applied enough damage to exceed the damage threshold i can check, how much damage it can still take until the accumulated damage exceeds the damage threshold?

thanks in advance!