#include <OnlinePartyInterfaceAccelByte.h>
Public Member Functions | |
| FAccelBytePartyInvite (const TSharedRef< const FOnlinePartyIdAccelByte > &InPartyId, const TSharedRef< const FUniqueNetIdAccelByteUser > &InInviterId, const FString &InInviterDisplayName, const FString &InInviteToken) | |
Public Attributes | |
| TSharedRef< const FOnlinePartyIdAccelByte > | PartyId |
| TSharedRef< const FUniqueNetIdAccelByteUser > | InviterId |
| FString | InviterDisplayName |
| FString | InviteToken |
| TSharedRef< const FOnlinePartyJoinInfoAccelByte > | JoinInfo |
Structure representing information needed to act on an invite to an AccelByte party
| FString FAccelBytePartyInvite::InviterDisplayName |
Display name of the user that sent this party invitation
| TSharedRef<const FUniqueNetIdAccelByteUser> FAccelBytePartyInvite::InviterId |
ID of the user that sent this party invitation
| FString FAccelBytePartyInvite::InviteToken |
Token that corresponds to this invite to validate that it was a real invite
| TSharedRef<const FOnlinePartyJoinInfoAccelByte> FAccelBytePartyInvite::JoinInfo |
Join info for this party invite, will be returned to accessors of invites through the OSS
| TSharedRef<const FOnlinePartyIdAccelByte> FAccelBytePartyInvite::PartyId |
ID of the party that this invitation is for