Navigation
API > API/Runtime > API/Runtime/CoreOnline > API/Runtime/CoreOnline/Online
Inheritance Hierarchy
- FUniqueNetIdWrapper
- FUniqueNetIdRepl
References
| Module | CoreOnline |
| Header | /Engine/Source/Runtime/CoreOnline/Public/Online/CoreOnline.h |
| Include | #include "Online/CoreOnline.h" |
Syntax
USTRUCT (NoExport )
struct FUniqueNetIdWrapper
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVariantType | Variant | Actual unique id. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FUniqueNetIdWrapper
(
const FUniqueNetIdRef& InUniqueNetId |
|||
FUniqueNetIdWrapper
(
const FUniqueNetIdPtr& InUniqueNetId |
|||
FUniqueNetIdWrapper
(
const FVariantType& InVariant |
|||
FUniqueNetIdWrapper
(
const UE::Online::FAccountId& AccountId |
|||
FUniqueNetIdWrapper
(
const FUniqueNetId& InUniqueNetId |
Temporarily restored implicit conversion from FUniqueNetId |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetType () |
||
| FUniqueNetIdPtr | |||
| FUniqueNetIdPtr | GetV1 () |
||
| const FUniqueNetIdPtr & | GetV1Unsafe () |
Getter to be used only when the variant index has already been confirmed. | |
| UE::Online::FAccountId | GetV2 () |
||
| const UE::Online::FAccountId & | GetV2Unsafe () |
Getter to be used only when the variant index has already been confirmed. | |
| FUniqueNetIdWrapper | Invalid () |
||
| bool | IsV1 () |
||
| bool | IsV2 () |
||
| bool | IsValid () |
Is the Variant wrapped in this object valid | |
| void | SetAccountId
(
const UE::Online::FAccountId& AccountId |
||
| void | SetUniqueNetId
(
const FUniqueNetIdPtr& InUniqueNetId |
Assign a unique id to this wrapper object | |
| FString | Convert this value to a string with additional information | ||
| FString | ToString () |
Convert this value to a string |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FUniqueNetId & | operator* () |
Dereference operator returns a reference to the FUniqueNetId | |
| const FUniqueNetId * | operator-> () |
Arrow operator returns a pointer to this FUniqueNetId |
Typedefs
| Name | Description |
|---|---|
| FVariantType |