HIVE SDK for Unreal Engine

HiveDataStore.h
Go to the documentation of this file.
1
16#pragma once
17
18#include "CoreMinimal.h"
19#include "Impl/HiveDataStoreImpl.h"
20
21HIVESDK_API IHiveDataStoreImpl* GetIDataStoreInstance();
22
52class HIVESDK_API FHiveDataStore
53{
54public:
74 static void Set(const FString& Key, const FString& Value, const FHiveDataStoreOnSetDelegate& Delegate);
75
95 static void Set(const DataStoreData& Data, const FHiveDataStoreOnSetDelegate& Delegate);
96
108 static void Get(const FString& Key, const FHiveDataStoreOnGetDelegate& Delegate);
109
121 static void GetMyData(const FHiveDataStoreOnMyDataDelegate& Delegate);
122
134 static void GetUsersData(const FString& Key, const FHiveDataStoreOnUsersDataDelegate& Delegate);
135};
Hive Data Store uses NoSQL Cloud Database to synchronize and store the data for use on the client,...
Definition: HiveDataStore.h:53
static void Get(const FString &Key, const FHiveDataStoreOnGetDelegate &Delegate)
Get one of my data
static void Set(const FString &Key, const FString &Value, const FHiveDataStoreOnSetDelegate &Delegate)
Add Data
static void Set(const DataStoreData &Data, const FHiveDataStoreOnSetDelegate &Delegate)
Add Data
static void GetUsersData(const FString &Key, const FHiveDataStoreOnUsersDataDelegate &Delegate)
Get all data using key
static void GetMyData(const FHiveDataStoreOnMyDataDelegate &Delegate)
Get all my data
Copyright © Com2uS Platform Corporation. All Right Reserved. Terms of Use Privacy Policy