LeviLamina
Loading...
Searching...
No Matches
WidgetDeleteComponentPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.h"
7#include "mc/editor/services/widgets/WidgetCommonBasePayload.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace Editor::Network {
15
17: public ::Editor::Network::NetworkPayload<::Editor::Network::WidgetDeleteComponentPayload>,
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 0
35 virtual ~WidgetDeleteComponentPayload() /*override*/ = default;
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCAPI static void** $vftable();
54 // NOLINTEND
55};
56
57} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition WidgetCommonBasePayload.h:7
Definition WidgetDeleteComponentPayload.h:18
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14