UOnlineBlueprintCallProxyBase::Activate - how does it work?

Hey, I created my own copy of .h and .cpp of files listed bellow.

  1. “OnlineSubsystemUtilsPrivatePCH”
  2. “OnlineBlueprintCallProxyBase”
  3. “UAchievementWriteCallbackProxy”

Can some one tell me what should I do to get ::Activate() called?

I deleted “BlueprintInternalUseOnly = true” cause it disable the node from EventGraph so the second thing would be how they actually make this visible with flag true?

Here is the git LINK that contains files I copied.

ever figure this out? I’m having a similar issue