I am quite new to the UE4 but I have some experience with blueprint scripting. And I was wondering if there is a way to make a function (or something like that) that could be called in any object.
I have in mind something like Damage mechanics, which can be called in any object and that would fire an event in that obect. It doesn’t matter which object.
Normal functions don’t work for me (as far as I know) because I have to do casting to get that object’s reference.
Something like that would be realy handy and I would apreciate any help.
Thank you!