Navigation
API > API/Plugins > API/Plugins/Party
| Name | EPartyType |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
| Include Path | #include "Party/PartyTypes.h" |
Syntax
enum EPartyType
{
Public,
FriendsOnly,
Private,
}
Values
| Name | Remarks |
|---|---|
| Public | This party is public (not really supported right now) |
| FriendsOnly | This party is joinable by friends |
| Private | This party requires an invite from someone within the party |