FTurnBasedMatch::GetPlayerDisplayName

Get the user-friendly display name for the given player.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineTurnBasedInterface.h

Include

#include "Interfaces/OnlineTurnBasedInterface.h"

Syntax

virtual bool GetPlayerDisplayName
(
    int32 PlayerIndex,
    FString & Name
) const

Remarks

Get the user-friendly display name for the given player. Can return false if the name of the associated player has not been loaded

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