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
15class WidgetComponentBasePayload : public ::Editor::Network::WidgetCommonBasePayload {
16public:
17 // member variables
18 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 WidgetComponentBasePayload& operator=(WidgetComponentBasePayload const&);
29 WidgetComponentBasePayload(WidgetComponentBasePayload const&);
30 WidgetComponentBasePayload();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCNAPI void $dtor();
48 // NOLINTEND
49};
50
51} // namespace Editor::Network
Definition WidgetCommonBasePayload.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14