18#include "CoreMinimal.h"
19#include "Impl/HiveDataStoreImpl.h"
21HIVESDK_API IHiveDataStoreImpl* GetIDataStoreInstance();
74 static void Set(
const FString& Key,
const FString& Value,
const FHiveDataStoreOnSetDelegate& Delegate);
95 static void Set(
const DataStoreData& Data,
const FHiveDataStoreOnSetDelegate& Delegate);
108 static void Get(
const FString& Key,
const FHiveDataStoreOnGetDelegate& Delegate);
121 static void GetMyData(
const FHiveDataStoreOnMyDataDelegate& Delegate);
134 static void GetUsersData(
const FString& Key,
const FHiveDataStoreOnUsersDataDelegate& Delegate);
Hive 데이터 스토어는 NoSQL 클라우드 데이터베이스를 사용하여 게임 구성 요소나 설정 정보 등 클라이언트에 사용되는 데이터를 저장하고 동기화할 수 있습니다.
Definition: HiveDataStore.h:53
static void Get(const FString &Key, const FHiveDataStoreOnGetDelegate &Delegate)
내 데이터 하나 가져오기
static void Set(const FString &Key, const FString &Value, const FHiveDataStoreOnSetDelegate &Delegate)
데이터 추가
static void Set(const DataStoreData &Data, const FHiveDataStoreOnSetDelegate &Delegate)
데이터 추가
static void GetUsersData(const FString &Key, const FHiveDataStoreOnUsersDataDelegate &Delegate)
키로 전체 데이터 가져오기
static void GetMyData(const FHiveDataStoreOnMyDataDelegate &Delegate)
내 데이터 모두 가져오기