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