how would I be able to call a widget function from another class?
let’s say in projectile I want it to access a ShowDamage widget where ShowDamageWidget displays the damage pts and holds a function that sets the Damage pt.
How would I be able to call that setDamagePt in ShowDamageWidget from another class?