This data structure is part of the Friends Interface.
Remarks
Output parameters for the EOS_Friends_DeleteFriend Function.
Properties
EOS_Friends_DeleteFriendCallbackInfo
Property | Value |
---|---|
EOS_EResult ResultCode | Result code for the operation. EOS_Success is returned if an invite was accepted, otherwise one of the error codes is returned. See eos_common.h |
void* ClientData | Context that is passed into EOS_Friends_DeleteFriend |
EOS_EpicAccountId LocalUserId | The Epic Account ID of the user who is removing a user from their friends list. |
EOS_EpicAccountId TargetUserId | The Epic Account ID of the user who is being removed from the friends list. |