LeviLamina
Loading...
Searching...
No Matches
PlaytestBeginSessionTransferPayload.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 PlaytestBeginSessionTransferPayload
16: public ::Editor::Network::NetworkPayload<::Editor::Network::PlaytestBeginSessionTransferPayload> {
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 PlaytestBeginSessionTransferPayload();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual ~PlaytestBeginSessionTransferPayload() /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
39
41 ::std::string const& destinationLevelId,
42 ::std::string const& returnProjectLevelId,
43 ::std::string const& sessionHandle
44 );
45
46 MCNAPI ::Editor::Network::PlaytestBeginSessionTransferPayload&
48 // NOLINTEND
49
50public:
51 // static functions
52 // NOLINTBEGIN
53 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
60
61 MCNAPI void* $ctor(
62 ::std::string const& destinationLevelId,
63 ::std::string const& returnProjectLevelId,
64 ::std::string const& sessionHandle
65 );
66 // NOLINTEND
67
68public:
69 // destructor thunk
70 // NOLINTBEGIN
71 MCNAPI void $dtor();
72 // NOLINTEND
73
74public:
75 // vftables
76 // NOLINTBEGIN
77 MCNAPI static void** $vftable();
78 // NOLINTEND
79};
80
81} // namespace Editor::Network
Definition NetworkPayload.h:8
Definition PlaytestBeginSessionTransferPayload.h:16
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI PlaytestBeginSessionTransferPayload(::std::string const &destinationLevelId, ::std::string const &returnProjectLevelId, ::std::string const &sessionHandle)
MCAPI void * $ctor(::std::string const &destinationLevelId, ::std::string const &returnProjectLevelId, ::std::string const &sessionHandle)
MCAPI::Editor::Network::PlaytestBeginSessionTransferPayload & operator=(::Editor::Network::PlaytestBeginSessionTransferPayload const &)
MCAPI PlaytestBeginSessionTransferPayload(::Editor::Network::PlaytestBeginSessionTransferPayload const &)
MCAPI void * $ctor(::Editor::Network::PlaytestBeginSessionTransferPayload const &)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14