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
UUserRelationResult

Description

Information mapping a group of users to their relation with regard to the logged in user.

#include <UserRelationResult.h>

Inherits UObject.

Public Member Functions

int32 Contains (FString UserID)
 Return index of the provided user id.
 
FString GetUserID (int Index)
 Get the user id at provided index.
 
int32 GetRelationMapSize ()
 Get the total amount of registered user ids.
 
EOmniUserRelationType GetRelationTypeValue (FString UserId)
 Get the relation type between the current user and the user under provided id.