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 |
Simple structure to represent the JSON encoded data for an FUniqueNetIdAccelByte.
|
explicit |
Constructor that accepts AccelByte ID, Platform Type and Platform ID.
| InId | The AccelByte ID. |
| InPlatformType | The Platform Type. |
| InPlatformId | The PlatformId. |