Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FUniqueNetIdString
| 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, |