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;
42 ::std::string
const& contentKey,
43 ::std::string
const& subpackName,
47 bool isRayTracingCapable,
48 ::std::string
const& cdnUrl
61 ::std::string
const& contentKey,
62 ::std::string
const& subpackName,
66 bool isRayTracingCapable,
67 ::std::string
const& cdnUrl
Definition ContentIdentity.h:8