LeviLamina
Loading...
Searching...
No Matches
PersistenceGroupItemMetadata.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/editor/PersistenceScope.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace Editor::Services {
14
15struct PersistenceGroupItemMetadata {
16public:
17 // member variables
18 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 PersistenceGroupItemMetadata(PersistenceGroupItemMetadata const&);
27 PersistenceGroupItemMetadata();
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 ::std::string const& groupItemVersionedName,
34 ::Editor::Services::PersistenceScope scope
35 );
36
37 MCNAPI ::Editor::Services::PersistenceGroupItemMetadata&
39
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor(::std::string const& groupItemVersionedName, ::Editor::Services::PersistenceScope scope);
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCNAPI void $dtor();
59 // NOLINTEND
60};
61
62} // namespace Editor::Services
Definition PersistenceGroupItemMetadata.h:15
static MCAPI void bindTypes(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::std::string const &groupItemVersionedName, ::Editor::Services::PersistenceScope scope)
MCAPI PersistenceGroupItemMetadata(::std::string const &groupItemVersionedName, ::Editor::Services::PersistenceScope scope)
MCAPI::Editor::Services::PersistenceGroupItemMetadata & operator=(::Editor::Services::PersistenceGroupItemMetadata const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14