![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreOnline.h>
Inheritance diagram for FUniqueNetId:Protected Member Functions | |
| FUniqueNetId ()=default | |
| FUniqueNetId (const FUniqueNetId &Src)=default | |
| FUniqueNetId & | operator= (const FUniqueNetId &Src)=default |
| virtual bool | Compare (const FUniqueNetId &Other) const |
Protected Member Functions inherited from TSharedFromThis< FUniqueNetId > | |
| TSharedFromThis () | |
| TSharedFromThis (TSharedFromThis const &) | |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| ~TSharedFromThis () | |
Friends | |
| bool | operator== (const FUniqueNetId &Lhs, const FUniqueNetId &Rhs) |
| bool | operator!= (const FUniqueNetId &Lhs, const FUniqueNetId &Rhs) |
| uint32 | GetTypeHash (const FUniqueNetId &Value) |
Additional Inherited Members | |
Static Protected Member Functions inherited from TSharedFromThis< FUniqueNetId > | |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType, Mode > | SharedThis (OtherType *ThisPtr) |
| static UE_FORCEINLINE_HINT TSharedRef< OtherType const, Mode > | SharedThis (const OtherType *ThisPtr) |
Abstraction of a profile service online Id The class is meant to be opaque
|
protecteddefault |
Only constructible by derived type
|
protecteddefault |
|
virtualdefault |
|
inlineprotectedvirtual |
Get the raw byte representation of this opaque data This data is platform dependent and shouldn't be manipulated directly
|
inline |
Get the size of the opaque data
Get the type token for this opaque data This is useful for inferring UniqueId subclasses and knowing which OSS it "goes with"
Check the validity of the opaque data
|
protecteddefault |
|
pure virtual |
Get a human readable representation of the opaque data Shouldn't be used for anything other than logging/debugging
|
pure virtual |
Platform specific conversion to string representation of data
|
friend |
|
friend |
|
friend |
Comparison operator