Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- TSharedFromThis
- FUniqueNetId
- FUniqueNetIdString
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
class FUniqueNetIdString : public FUniqueNetId
Remarks
Unique net id wrapper for a string
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUniqueNetIdString
(
const FString& InUniqueNetId |
Constructs this object with the specified net id | ||
FUniqueNetIdString
(
FString&& InUniqueNetId |
Constructs this object with the specified net id | ||
FUniqueNetIdString
(
const FUniqueNetId& Src |
Constructs this object with the string value of the specified net id | ||
FUniqueNetIdString
(
const FString& InUniqueNetId, |
Don.eubanks - Including a constructor that allows for type passing to make transitioning easier, if we determine we want to abstract-ify this class, this constructor will be removed | ||
FUniqueNetIdString
(
FString&& InUniqueNetId, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdStringRef | |||
| FUniqueNetIdStringRef | |||
| FUniqueNetIdStringRef & | EmptyId () |
Overridden from FUniqueNetId
| Type | Name | Description | |
|---|---|---|---|
| const uint8 * | GetBytes () |
Get the raw byte representation of this opaque data This data is platform dependent and shouldn't be manipulated directly | |
| int32 | GetSize () |
Get the size of the opaque data | |
| FName | GetType () |
Get the type token for this opaque data This is useful for inferring UniqueId subclasses and knowing which OSS it "goes with" | |
| uint32 | GetTypeHash () |
||
| bool | IsValid () |
Check the validity of the opaque data | |
| FString | Get a human readable representation of the opaque data Shouldn't be used for anything other than logging/debugging | ||
| FString | ToString () |
Platform specific conversion to string representation of data |