PICO Unreal Platform SDK
UPico_DataStore Class Reference

UPico_DataStore class. More...

#include <Pico_DataStore.h>

Public Member Functions

int32 Contains (FString Key)
 With UserId as the key, find its index in the DataStoreMap data structure.
 
FString GetKey (int32 Index)
 Find the user ID in the corresponding KeyArray through the index.
 
int32 GetNumKeys ()
 Get the size of DataStoreMap .
 
FString GetValue (FString Key)
 With UserId as the key, find its value in the DataStoreMap data structure.
 

Detailed Description