For both I’ve added “DefaultToSelf” meta data specifier but after rebuild the “Target” pin of activateNewLife() function is still required in Blueprint. Why it is working only for one function?
I’m trying to get this working as well. I see it used in the engine, but not sure what the secret sauce is. I suppose it is working along with HidePin, but I would love to have it with the pin exposed, like with Target pins.
Actually, it works for me on new Parameters, it just doesn’t say “self” which makes it difficult to tell which pins have it.
I’m assuming there might be a way to get it to say “self,” but after some searching around online and in the code base, I couldn’t find it. I will take a look for “WorldContextObject” and see if that comes up with anything.
I want to see how that Target pin is setup. Also, I didn’t have to use HidePin for it to work.