Loading...
Searching...
No Matches
FAccelByteUniqueIdComposite Struct Reference

Simple structure to represent the JSON encoded data for an FUniqueNetIdAccelByte. More...

#include <OnlineSubsystemAccelByteTypes.h>

Public Member Functions

 FAccelByteUniqueIdComposite ()=default
 Default constructor.
 FAccelByteUniqueIdComposite (FString const &InId, FString const &InPlatformType=TEXT(""), FString const &InPlatformId=TEXT(""))
 Constructor that accepts AccelByte ID, Platform Type and Platform ID.
bool operator== (FAccelByteUniqueIdComposite const &OtherComposite) const
bool operator!= (FAccelByteUniqueIdComposite const &OtherComposite) const
FString ToString () const

Public Attributes

FString Id {}
 AccelByte ID for the composite, should always be present.
FString PlatformType {}
 Platform type that corresponds to the platform type in the composite, can be blank.
FString PlatformId {}
 Platform ID that corresponds to the platform ID in the composite, can be blank.

Detailed Description

Simple structure to represent the JSON encoded data for an FUniqueNetIdAccelByte.

Constructor & Destructor Documentation

◆ FAccelByteUniqueIdComposite()

FAccelByteUniqueIdComposite::FAccelByteUniqueIdComposite ( FString const & InId,
FString const & InPlatformType = TEXT(""),
FString const & InPlatformId = TEXT("") )
explicit

Constructor that accepts AccelByte ID, Platform Type and Platform ID.

Parameters
InIdThe AccelByte ID.
InPlatformTypeThe Platform Type.
InPlatformIdThe PlatformId.