LeviLamina
Loading...
Searching...
No Matches
WidgetAddGizmoComponentPayload.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/WidgetComponentBasePayload.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::WidgetAddGizmoComponentPayload>,
19public:
20 // member variables
21 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38 // vIndex: 0
39 virtual ~WidgetAddGizmoComponentPayload() /*override*/;
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
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
60
61} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition WidgetAddGizmoComponentPayload.h:18
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition WidgetComponentBasePayload.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14