LeviLamina
Loading...
Searching...
No Matches
SelectionContainerChangedPayload.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/selection/SelectionContainerCommon.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::SelectionContainerChangedPayload>,
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~SelectionContainerChangedPayload() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // static functions
28 // NOLINTBEGIN
29 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition SelectionContainerChangedPayload.h:18
Definition SelectionContainerCommon.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5