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