Navigation
API > API/Plugins > API/Plugins/Party
References
| Module | Party |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialTypes.h |
| Include | #include "SocialTypes.h" |
Syntax
USTRUCT&40;&41;
struct FUserPlatform
Remarks
Thin wrapper to infuse a raw platform string with some meaning
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUserPlatform
(
const FString& InPlatform |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FSocialPlatformDescription & | |||
| const FString & | GetTypeName () |
||
| bool | IsConsole () |
||
| bool | IsCrossplayWith
(
const FString& OtherPlatformStr |
||
| bool | IsCrossplayWith
(
const FUserPlatform& OtherPlatform |
||
| bool | |||
| bool | IsDesktop () |
||
| bool | IsMobile () |
||
| bool | IsValid () |
||
| const FString & | ToString () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FUserPlatform& Other |
||
| bool | operator!=
(
const FString& OtherStr |
||
| bool | operator==
(
const FUserPlatform& Other |
||
| bool | operator==
(
const FString& OtherStr |