LeviLamina
Loading...
Searching...
No Matches
WidgetAddSplineComponentPayload.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
16class WidgetAddSplineComponentPayload
17: public ::Editor::Network::NetworkPayload<::Editor::Network::WidgetAddSplineComponentPayload>,
19public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 WidgetAddSplineComponentPayload& operator=(WidgetAddSplineComponentPayload const&);
29 WidgetAddSplineComponentPayload(WidgetAddSplineComponentPayload const&);
30 WidgetAddSplineComponentPayload();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~WidgetAddSplineComponentPayload() /*override*/;
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
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
56
57} // namespace Editor::Network
Definition NetworkPayload.h:8
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition WidgetComponentBasePayload.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14