7struct DataStoreUpdate {
11 ::ll::TypedStorage<8, 32, ::std::string> mDataStoreName;
12 ::ll::TypedStorage<8, 32, ::std::string> mProperty;
13 ::ll::TypedStorage<4, 4, uint> mPropertyUpdateCount;
14 ::ll::TypedStorage<4, 4, uint> mPathUpdateCount;
15 ::ll::TypedStorage<8, 32, ::std::string> mPath;
16 ::ll::TypedStorage<8, 40, ::std::variant<double, bool, ::std::string>> mData;
21 DataStoreUpdate(DataStoreUpdate
const&);
35 MCAPI ~DataStoreUpdate();