Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/FUserPlatform
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsCrossplayWith
(
const FString& OtherPlatformStr |
SocialTypes.h | ||
bool IsCrossplayWith
(
const FUserPlatform& OtherPlatform |
SocialTypes.h |
IsCrossplayWith(const FString &)
| Name | IsCrossplayWith |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialTypes.h |
| Include Path | #include "SocialTypes.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Party/Private/SocialTypes.cpp |
bool IsCrossplayWith
(
const FString & OtherPlatformStr
) const
IsCrossplayWith(const FUserPlatform &)
| Name | IsCrossplayWith |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/SocialTypes.h |
| Include Path | #include "SocialTypes.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Party/Private/SocialTypes.cpp |
bool IsCrossplayWith
(
const FUserPlatform & OtherPlatform
) const