Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils
References
| Module | OnlineSubsystemUtils |
| Header | /Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconState.h |
| Include | #include "PartyBeaconState.h" |
Syntax
USTRUCT&40;&41;
struct FPartyBeaconCrossplayPlatformMapping
Remarks
Platform mapping for crossplay checks
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | PlatformName | Platform name (eg WIN) | |
| FString | PlatformType | Platform type the name is mapped to (eg PlatformName=Win, PlatformType=OTHER) |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FString& InPlatformName |