3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/NonOwnerPointer.h"
13class IEntitlementManager;
18class StoreCatalogRepository;
27 ::ll::TypedStorage<8, 8, ::ILevelListCache&> mLevelListCache;
28 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::WorldTemplateManager>
const> mWorldTemplateManager;
29 ::ll::TypedStorage<8, 8, ::IResourcePackRepository&> mResourcePackRepository;
30 ::ll::TypedStorage<8, 8, ::ResourcePackManager&> mResourcePackManager;
31 ::ll::TypedStorage<8, 8, ::PackManifestFactory&> mPackManifestFactory;
32 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>> mEntitlementManager;
33 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::IContentTierManager const>
const> mContentTierManager;
34 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::StoreCatalogRepository>
const> mStoreCatalog;
35 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService>
const> mContentCatalogService;
36 ::ll::TypedStorage<8, 8, ::ClientPackSourceFactory&> mPackSourceFactory;
37 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::Core::FilePathManager>
const> mFilePathManager;
42 ContentManagerFactoryArgs& operator=(ContentManagerFactoryArgs
const&);
43 ContentManagerFactoryArgs(ContentManagerFactoryArgs
const&);
44 ContentManagerFactoryArgs();
49 MCAPI ~ContentManagerFactoryArgs();
Definition ClientPackSourceFactory.h:5
Definition ContentCatalogService.h:5
Definition FilePathManager.h:18
Definition IContentTierManager.h:13
Definition ILevelListCache.h:27
Definition IResourcePackRepository.h:34
Definition PackManifestFactory.h:21
Definition ResourcePackManager.h:35
Definition WorldTemplateManager.h:22
Definition ContentManagerFactoryArgs.h:5