Extension of FOnlineFriend
that describes Omni One friend information with more detail than the base class.
- See also
- FOnlineFriend
#include <OnlineFriendsOmni.h>
Inherits FOnlineFriend.
|
virtual FUniqueNetIdRef | GetUserId () const override |
| Get the unique ID for this user.
|
|
virtual FString | GetStrUserId () const |
| Get the unique ID for this user as a string.
|
|
virtual FString | GetRealName () const override |
| Not Supported.
|
|
virtual FString | GetDisplayName (const FString &Platform) const override |
| Get the display name of this user.
|
|
virtual bool | GetUserAttribute (const FString &AttrName, FString &OutAttrValue) const override |
| Not Supported.
|
|
virtual EInviteStatus::Type | GetInviteStatus () const override |
| Not Supported: returns Accepted.
|
|
virtual const FOnlineUserPresence & | GetPresence () const override |
| Get the presence status of this user.
|
|
FString | GetImageUrl () const |
| Get the image URL of this user.
|
|