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