Choose your operating system:
Windows
macOS
Linux
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
Include |
#include "Online/CoreOnline.h" |
class FUniqueNetId : public TSharedFromThis< FUniqueNetId >
Abstraction of a profile service online Id The class is meant to be opaque
Name | Description | |
---|---|---|
|
FUniqueNetId() |
Only constructible by derived type |
|
FUniqueNetId ( |
Name | Description | |
---|---|---|
|
~FUniqueNetId() |
Name | Description | ||
---|---|---|---|
|
Compare ( |
||
|
const uint8 ... |
GetBytes() |
Get the raw byte representation of this opaque data This data is platform dependent and shouldn't be manipulated directly |
|
GetHexEncodedString() |
||
|
GetSize() |
Get the size of the opaque data |
|
|
GetType() |
Get the type token for this opaque data This is useful for inferring UniqueId subclasses and knowing which OSS it "goes with" |
|
|
IsValid() |
Check the validity of the opaque data |
|
|
ToDebugString() |
Get a human readable representation of the opaque data Shouldn't be used for anything other than logging/debugging |
|
|
ToString() |
Platform specific conversion to string representation of data |
Name | Description | ||
---|---|---|---|
|
FUniqueNetId... |
operator= ( |