3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/oreui/binding/QueryBase.h"
7#include "mc/client/gui/oreui/binding/properties/Property.h"
8#include "mc/deps/core/utility/pub_sub/Subscription.h"
23 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mSubscription;
24 ::ll::TypedStorage<8, 208, ::OreUI::Property<::std::optional<::std::string>>> mValue;
29 DataStoreQueryObject();
34 virtual ~DataStoreQueryObject() =
default;
40 MCAPI DataStoreQueryObject(
41 ::Bedrock::DDUI::DataStoreSyncClient* dataStore,
42 ::std::string dataStoreName,
43 ::std::string propertyName,
47 MCAPI DataStoreQueryObject(
48 ::OreUI::GameDependencies
const&,
49 ::OreUI::ClientDependencies
const& client,
50 ::std::string dataStoreName,
51 ::std::string propertyName,
60 ::Bedrock::DDUI::DataStoreSyncClient* dataStore,
61 ::std::string dataStoreName,
62 ::std::string propertyName,
67 ::OreUI::GameDependencies
const&,
68 ::OreUI::ClientDependencies
const& client,
69 ::std::string dataStoreName,
70 ::std::string propertyName,
Definition DataStoreSyncClient.h:15
Definition ClientDependencies.h:7
Definition DataStoreQueryObject.h:7
static MCAPI void ** $vftableForPropertyObject()
static MCAPI void ** $vftableForIQuery()
Definition GameDependencies.h:7