LeviLamina
Loading...
Searching...
No Matches
EditorReplicationContainerAddObjectPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/network/NetworkPayload.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 EditorReplicationContainerAddObjectPayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::EditorReplicationContainerAddObjectPayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 EditorReplicationContainerAddObjectPayload();
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 virtual ~EditorReplicationContainerAddObjectPayload() /*override*/;
34 // NOLINTEND
35
36public:
37 // member functions
38 // NOLINTBEGIN
39 MCNAPI
41
42 MCNAPI ::Editor::Network::EditorReplicationContainerAddObjectPayload&
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
50 // NOLINTEND
51
52public:
53 // constructor thunks
54 // NOLINTBEGIN
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCNAPI static void** $vftable();
68 // NOLINTEND
69};
70
71} // namespace Editor::Network
Definition EditorReplicationContainerAddObjectPayload.h:16
MCAPI EditorReplicationContainerAddObjectPayload(::Editor::Network::EditorReplicationContainerAddObjectPayload const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::Editor::Network::EditorReplicationContainerAddObjectPayload const &)
MCAPI::Editor::Network::EditorReplicationContainerAddObjectPayload & operator=(::Editor::Network::EditorReplicationContainerAddObjectPayload const &)
Definition NetworkPayload.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14