Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineIdentity
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FString GetPlayerNickname
(
int32 LocalUserNum |
Reads the player's nick name from the online service | Interfaces/OnlineIdentityInterface.h | |
FString GetPlayerNickname
(
const FUniqueNetId& UserId |
Reads the player's nick name from the online service | Interfaces/OnlineIdentityInterface.h |
GetPlayerNickname(int32)
Description
Reads the player's nick name from the online service
| Name | GetPlayerNickname |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
FString GetPlayerNickname
(
int32 LocalUserNum
) const
a string containing the players nick name
Parameters
| Name | Remarks |
|---|---|
| LocalUserNum | the controller number of the associated user |
GetPlayerNickname(const FUniqueNetId &)
Description
Reads the player's nick name from the online service
| Name | GetPlayerNickname |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include Path | #include "Interfaces/OnlineIdentityInterface.h" |
FString GetPlayerNickname
(
const FUniqueNetId & UserId
) const
a string containing the players nick name
Parameters
| Name | Remarks |
|---|---|
| UserId | the unique net of the associated user |