Navigation
API > API/Plugins > API/Plugins/Party
All supported subsystems
| Name | ESocialSubsystem |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialTypes.h |
| Include Path | #include "SocialTypes.h" |
Syntax
enum ESocialSubsystem
{
Primary,
Platform,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Primary | Publisher-level cross-platform OSS. |
| Platform | OSS specific to the platform on which we're running (PSN, XBL, GameCenter, etc.) |
| MAX | External OSS' that are always available and contain linkable user accounts. |