Navigation
API > API/Plugins > API/Plugins/Party
| |
|
| Name |
ESocialPartyInviteMethod |
| Type |
enum |
| Header File |
/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
| Include Path |
#include "Party/PartyTypes.h" |
Syntax
enum ESocialPartyInviteMethod
{
Other = 0,
Notification,
AcceptRequestToJoin,
Custom0,
Custom1,
Custom2,
Custom3,
Custom4,
Custom5,
Custom6,
Custom7,
Custom8,
Custom9,
MAX,
}
Values
| Name |
Remarks |
| Other |
Default value for try invite |
| Notification |
Invite was sent from a toast |
| AcceptRequestToJoin |
Invite was sent via accepting "Request To Join" |
| Custom0 |
Custom methods |
| Custom1 |
|
| Custom2 |
|
| Custom3 |
|
| Custom4 |
|
| Custom5 |
|
| Custom6 |
|
| Custom7 |
|
| Custom8 |
|
| Custom9 |
|
| MAX |
|