3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/puv/SlicedLoader.h"
10namespace Editor::Structures::PUVLoader::v1 {
struct StructureMetadata; }
11namespace cereal {
struct ReflectionCtx; }
14namespace Editor::Structures::PUVLoader::CurrentVersion {
41 MCNAPI static ::std::optional<::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer>
fromString(
43 ::std::string& jsonString,
44 ::std::vector<::std::string>& outErrors
47 MCNAPI static ::std::optional<::std::string>
Definition SlicedLoader.h:8
Definition FileDataContainer.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ~FileDataContainer()
static MCAPI ::std::optional<::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer > fromString(::Puv::SlicedLoader<::Editor::Structures::PUVLoader::v1::StructureMetadata, nullptr_t, nullptr_t > &loader, ::std::string &jsonString, ::std::vector<::std::string > &outErrors)
static MCAPI ::std::optional<::std::string > toString(::cereal::ReflectionCtx &ctx, ::Editor::Structures::PUVLoader::v1::StructureMetadata &&loaderMetadata)
Definition ReflectionCtx.h:11