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>>> mScreenId;
29 DataDrivenUIScreenIdQuery();
34 MCAPI
explicit DataDrivenUIScreenIdQuery(::GameplayUI::DataDrivenScreenAPI* dataDrivenScreenAPI);
36 MCAPI DataDrivenUIScreenIdQuery(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
42 MCAPI static ::std::add_lvalue_reference_t<char const[]> NAME();
48 MCAPI
void* $ctor(::GameplayUI::DataDrivenScreenAPI* dataDrivenScreenAPI);
50 MCAPI
void* $ctor(::OreUI::GameDependencies
const& game, ::OreUI::ClientDependencies
const& client);
Definition DataDrivenScreenAPI.h:7
Definition ClientDependencies.h:7
Definition DataDrivenUIScreenIdQuery.h:7
static MCAPI void ** $vftableForPropertyObject()
static MCAPI void ** $vftableForIQuery()
Definition GameDependencies.h:7