Omni One Unreal SDK 1.1.0
The Omni One Unreal SDK allows for games to interface with the Omni platform service.
Loading...
Searching...
No Matches
FOnlineFriendOmni

Description

Extension of FOnlineFriend that describes Omni One friend information with more detail than the base class.

See also
FOnlineFriend

#include <OnlineFriendsOmni.h>

Inherits FOnlineFriend.

Public Member Functions

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.