LeviLamina
Loading...
Searching...
No Matches
Prefabs.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/PrefabTemplateErrorState.h"
7#include "mc/editor/prefabs/VisiblePrefabInstanceStructureRef.h"
8#include "mc/editor/services/prefabs/PrefabInstanceErrorState.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
15namespace Editor::Prefabs {
16// functions
17// NOLINTBEGIN
18MCNAPI void bindType(::cereal::ReflectionCtx& ctx);
19
20MCNAPI bool operator==(
21 ::Editor::Prefabs::VisiblePrefabInstanceStructureRef const& __P0,
22 ::Editor::Prefabs::VisiblePrefabInstanceStructureRef const& __P1
23);
24
25MCNAPI ::std::string toString(::Editor::Prefabs::PrefabInstanceErrorState state);
26
27MCNAPI ::std::string toString(::Editor::Prefabs::PrefabTemplateErrorState state);
28// NOLINTEND
29
30} // namespace Editor::Prefabs
Definition ReflectionCtx.h:11