FOnlineIdentityTwitch::CreateUniquePlayerId

Create a unique id from string

Windows
MacOS
Linux

Override Hierarchy

IOnlineIdentity::CreateUniquePlayerId()

FOnlineIdentityTwitch::CreateUniquePlayerId()

References

Module

OnlineSubsystemTwitch

Header

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Public/OnlineIdentityTwitch.h

Include

#include "OnlineIdentityTwitch.h"

Source

/Engine/Plugins/Online/OnlineSubsystemTwitch/Source/Private/OnlineIdentityTwitch.cpp

Syntax

virtual TSharedPtr< const FUniqueNetId > CreateUniquePlayerId
(
    const FString & Str
)

Remarks

Create a unique id from string

Returns

UniqueId from the given data, NULL otherwise

Parameters

Parameter

Description

Str

string holding textual representation of an Id

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