Navigation
API > API/Plugins > API/Plugins/Party
| Name | EPlatformIconDisplayRule |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialTypes.h |
| Include Path | #include "SocialTypes.h" |
Syntax
enum EPlatformIconDisplayRule
{
Always,
AlwaysIfDifferent,
AlwaysWhenInCrossplayParty,
AlwaysIfDifferentWhenInCrossplayParty,
Never,
}
Values
| Name | Remarks |
|---|---|
| Always | |
| AlwaysIfDifferent | |
| AlwaysWhenInCrossplayParty | |
| AlwaysIfDifferentWhenInCrossplayParty | |
| Never |