PICO Unreal Platform SDK
UPico_UserRelationResult Class Reference

UPico_UserRelationResult class. More...

#include <Pico_User.h>

Public Member Functions

int32 Contains (FString Key)
 With UserId as the key, find its index in the UserRelationMap data structure.
 
FString GetUserID (int32 Index)
 Find the user ID in the corresponding UserIDArray through the index.
 
int32 GetRelationMapSize ()
 Get the size of UserRelationMap .
 
EUserRelationType GetRelationTypeValue (FString Key)
 With UserId as the key, find its value in the UserRelationMap data structure.
 

Detailed Description