3#include "mc/_HeaderOutputPredefine.h"
8namespace Editor::Structures::PUVLoader::CurrentVersion {
struct FileDataContainer; }
10namespace mce {
class UUID; }
15struct EditorStructureDBMetadata {
45 EditorStructureDBMetadata();
60 ::std::string structureNamespace,
61 ::std::string structureName,
62 ::std::string displayName
71 MCNAPI ::Editor::Structures::PUVLoader::CurrentVersion::FileDataContainer
toFileDataContainer()
const;
82 MCNAPI static ::Vec3 convertToAbsoluteFromNormalized(
::Vec3 const& normalizedOrigin,
::Vec3 const& structureSize);
99 ::std::string structureNamespace,
100 ::std::string structureName,
101 ::std::string displayName
Definition FileDataContainer.h:13
Definition ReflectionCtx.h:11