19 ::ll::TypedStorage<8, 48, ::PackIdVersion> mPackIdVersion;
20 ::ll::TypedStorage<8, 8, uint64> mPackSize;
21 ::ll::TypedStorage<8, 32, ::std::string> mContentKey;
22 ::ll::TypedStorage<8, 32, ::std::string> mSubpackName;
23 ::ll::TypedStorage<8, 24, ::ContentIdentity> mContentIdentity;
24 ::ll::TypedStorage<1, 1, bool> mHasScripts;
25 ::ll::TypedStorage<1, 1, bool> mIsAddonPack;
26 ::ll::TypedStorage<1, 1, bool> mIsRayTracingCapable;
27 ::ll::TypedStorage<1, 1, bool> mHasExceptions;
28 ::ll::TypedStorage<8, 32, ::std::string> mCDNUrl;
34 PackInfoData& operator=(PackInfoData
const&);
46 MCAPI PackInfoData(::PackInfoData&&);
48 MCAPI PackInfoData(::PackInfoData
const&);
54 ::std::string
const& contentKey,
55 ::std::string
const& subpackName,
59 bool isRayTracingCapable,
60 ::std::string
const& cdnUrl
64 MCAPI ::PackInfoData& operator=(::PackInfoData&&);
66 MCAPI ::PackInfoData& operator=(::PackInfoData
const&);
69 MCAPI ~PackInfoData();
75 MCAPI
void* $ctor(::PackInfoData&&);
77 MCAPI
void* $ctor(::PackInfoData
const&);
83 ::std::string
const& contentKey,
84 ::std::string
const& subpackName,
88 bool isRayTracingCapable,
89 ::std::string
const& cdnUrl
Definition ContentIdentity.h:8