//in some class cpp file
RamaMeleeWeaponComp->RamaMeleeWeapon_OnHit.BindUObject(this, &USomeClass::RespondToMeleeDamageTaken); //see above in wiki
what does the this
mean in this context?is it someclass
, but as we already in it we just go with this
?