3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/util/JsonValueHierarchy.h"
13namespace Json {
class Value; }
20 ::ll::TypedStorage<8, 32, ::std::string> mSourceFilePathWithExtension;
21 ::ll::TypedStorage<8, 48, ::HashedString> mParentName;
22 ::ll::TypedStorage<8, 24, ::JsonValueHierarchy> mJson;
23 ::ll::TypedStorage<1, 1, bool> mIsFromBaseGamePack;
34 ::HashedString
const& parentName,
36 ::SemVersion
const& fileVersion,
37 ::MinEngineVersion
const& minEngineVersion,
38 ::std::string
const& sourceFilePathWithExtension,
39 bool isFromBaseGamePack
49 ::HashedString
const& parentName,
51 ::SemVersion
const& fileVersion,
52 ::MinEngineVersion
const& minEngineVersion,
53 ::std::string
const& sourceFilePathWithExtension,
54 bool isFromBaseGamePack
Definition MinEngineVersion.h:10
Definition SemVersion.h:15
Definition ModelParent.h:5