LeviLamina
Loading...
Searching...
No Matches
ContentViews.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7
8// auto generated forward declare list
9// clang-format off
10class ContentView;
11struct PackIdVersion;
12// clang-format on
13
14struct ContentViews {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mSelectedContentView;
19 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mGlobalContentView;
20 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mAvailableContentView;
21 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mRealmsContentView;
22 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mInvalidContentView;
23 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ContentView>> mUnownedContentView;
24 ::ll::TypedStorage<8, 24, ::std::vector<::PackIdVersion>> mInitialSelectedPacks;
25 ::ll::TypedStorage<1, 1, bool> mRepopulateReports;
26 ::ll::TypedStorage<1, 1, bool> mSelectedContentUpdated;
27 ::ll::TypedStorage<1, 1, bool> mGetInitialSelectedPacks;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ~ContentViews();
34 // NOLINTEND
35
36public:
37 // destructor thunk
38 // NOLINTBEGIN
39 MCAPI void $dtor();
40 // NOLINTEND
41};
Definition ContentView.h:5
Definition ContentViews.h:5
Definition PackIdVersion.h:10