27 ::ll::TypedStorage<8, 8, ::StoreVisualStyle&> mOwner;
28 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::MainMenuScreenModel>> mMainMenuScreenModel;
29 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::StoreDataDrivenScreenController>> mController;
30 ::ll::TypedStorage<2, 2, ushort> mId;
40 virtual void onScreenClosed();
43 virtual void onScreenEntered();
46 virtual void onScreenEntering();
49 virtual void onScreenOpened();
52 virtual void getComponentDependanciesToAdd(::std::vector<::std::shared_ptr<::StoreUIComponent>>&);
55 virtual bool isValid()
const;
58 virtual void tick(::ui::DirtyFlag&);
61 virtual ::ui::DirtyFlag handleGameEventNotification(::ui::GameEventNotification);
64 virtual bool canRemove()
const;
67 virtual int getReadyCount()
const;
70 virtual ::std::string getTelemetryData()
const;
73 virtual ::ImageTelemetryInfo getImageTelemetry()
const;
79 virtual void _onPostInit();
85 virtual void _registerBindsAndEvents();
Definition MainMenuScreenModel.h:21