3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/common/editor/PrefabTemplateErrorState.h"
7#include "mc/editor/prefabs/VisiblePrefabInstanceStructureRef.h"
8#include "mc/editor/services/prefabs/PrefabInstanceErrorState.h"
15namespace Editor::Prefabs {
18MCNAPI
void bindType(::cereal::ReflectionCtx& ctx);
20MCNAPI
bool operator==(
21 ::Editor::Prefabs::VisiblePrefabInstanceStructureRef
const& __P0,
22 ::Editor::Prefabs::VisiblePrefabInstanceStructureRef
const& __P1
25MCNAPI ::std::string toString(::Editor::Prefabs::PrefabInstanceErrorState state);
27MCNAPI ::std::string toString(::Editor::Prefabs::PrefabTemplateErrorState state);
Definition ReflectionCtx.h:11