FUniqueNetId

Abstraction of a profile service online Id The class is meant to be opaque

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/CoreOnline.h

Include

#include "UObject/CoreOnline.h"

Syntax

class FUniqueNetId : public TSharedFromThis< FUniqueNetId >

Remarks

Abstraction of a profile service online Id The class is meant to be opaque

Constructors

Name Description

Protected function

FUniqueNetId()

Only constructible by derived type

Protected function

FUniqueNetId

(
    const FUniqueNetId& Src
)

Destructors

Name Description

Public function Virtual

~FUniqueNetId()

Functions

Name Description

Protected function Virtual Const

bool

 

Compare

(
    const FUniqueNetId& Other
)

Public function Const

const uint8 ...

 

GetBytes()

Get the raw byte representation of this opaque data This data is platform dependent and shouldn't be manipulated directly

Public function Const

FString

 

GetHexEncodedString()

Public function Const

int32

 

GetSize()

Get the size of the opaque data

Public function Virtual Const

FName

 

GetType()

Get the type token for this opaque data This is useful for inferring UniqueId subclasses and knowing which OSS it "goes with"

Public function Const

bool

 

IsValid()

Check the validity of the opaque data

Public function Const

FString

 

ToDebugString()

Get a human readable representation of the opaque data Shouldn't be used for anything other than logging/debugging

Public function Const

FString

 

ToString()

Platform specific conversion to string representation of data

Operators

Name Description

Protected function

FUniqueNetId...

 

operator=

(
    const FUniqueNetId& Src
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss