LeviLamina
Loading...
Searching...
No Matches
InstanceData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace Editor::Prefabs::PrefabDBInstanceLoader::v1 {
12
13struct InstanceData {
14public:
15 // member variables
16 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 InstanceData& operator=(InstanceData const&);
29 InstanceData(InstanceData const&);
30 InstanceData();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCNAPI ~InstanceData();
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // static variables
46 // NOLINTBEGIN
47 MCNAPI static ::SemVersionConstant const& VERSION();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace Editor::Prefabs::PrefabDBInstanceLoader::v1
Definition SemVersionConstant.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI ::SemVersionConstant const & VERSION()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14