17 ::ll::TypedStorage<8, 48, ::PackIdVersion> mPackIdVersion;
18 ::ll::TypedStorage<8, 8, uint64> mPackSize;
19 ::ll::TypedStorage<8, 32, ::std::string> mContentKey;
20 ::ll::TypedStorage<8, 32, ::std::string> mSubpackName;
21 ::ll::TypedStorage<8, 24, ::ContentIdentity> mContentIdentity;
22 ::ll::TypedStorage<1, 1, bool> mHasScripts;
23 ::ll::TypedStorage<1, 1, bool> mIsAddonPack;
24 ::ll::TypedStorage<1, 1, bool> mIsRayTracingCapable;
25 ::ll::TypedStorage<1, 1, bool> mHasExceptions;
26 ::ll::TypedStorage<8, 32, ::std::string> mCDNUrl;
36 ::std::string
const& contentKey,
37 ::std::string
const& subpackName,
41 bool isRayTracingCapable,
42 ::std::string
const& cdnUrl
55 ::std::string
const& contentKey,
56 ::std::string
const& subpackName,
60 bool isRayTracingCapable,
61 ::std::string
const& cdnUrl
Definition ContentIdentity.h:10