Use AddDynamic.
AddDynamic
Ex. OnRecvMsg.AddDynamic(this, &ASomeClass::OnSomeFunction);
OnRecvMsg.AddDynamic(this, &ASomeClass::OnSomeFunction);