UniqueIDWrapper
Last edited bySimple_AOB10/16/2025
UniqueIDWrapper(const UniqueIDWrapper &other)
| Parameter | Type | Description |
|---|---|---|
| other | UniqueIDWrapper | --- |
UniqueIDWrapper operator=(UniqueIDWrapper rhs)
| Parameter | Type | Description |
|---|---|---|
| rhs | UniqueIDWrapper | --- |
~UniqueIDWrapper()
OnlinePlatform GetPlatform() const
std::string GetEpicAccountID() const
unsigned long long GetUID() const
unsigned char GetSplitscreenID() const
std::string str() const
std::string GetIdString() const
bool operator<(const UniqueIDWrapper &rhs) const
| Parameter | Type | Description |
|---|---|---|
| rhs | UniqueIDWrapper | --- |
bool operator==(const UniqueIDWrapper &rhs) const
| Parameter | Type | Description |
|---|---|---|
| rhs | UniqueIDWrapper | --- |
bool operator!=(const UniqueIDWrapper &rhs) const
| Parameter | Type | Description |
|---|---|---|
| rhs | UniqueIDWrapper | --- |
UniqueIDWrapper FromEpicAccountID(std::string epicAccountID, unsigned long long uid, OnlinePlatform platform, unsigned char splitscreenID=0)
| Parameter | Type | Description |
|---|---|---|
| epicAccountID | std::string | --- |
| uid | unsigned long long | --- |
| platform | OnlinePlatform | --- |
| splitscreenID | unsigned char | --- |