FOnlineUser

Base for all online user info

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

class FOnlineUser

Remarks

Base for all online user info

Destructors

Name Description

Public function Virtual

~FOnlineUser()

Destructor

Functions

Name Description

Public function Const

FString

 

GetDisplayName

(
    const FString& Platform
)

Public function Const

FString

 

GetRealName()

Public function Const

bool

 

GetUserAttribute

(
    const FString& AttrName,
    FString& OutAttrValue
)

Public function Const

FUniqueNetId...

 

GetUserId()

Public function Virtual

bool

 

SetUserLocalAttribute

(
    const FString& AttrName,
    const FString& InAttrValue
)

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