Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FTurnBasedMatch
Description
Get the user-friendly display name for the given player. Can return false if the name of the associated player has not been loaded
| Name | GetPlayerDisplayName |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h |
| Include Path | #include "Interfaces/OnlineTurnBasedInterface.h" |
virtual bool GetPlayerDisplayName
(
int32 PlayerIndex,
FString & Name
) const