LeviLamina
Loading...
Searching...
No Matches
DataStoreEventPayload.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/datastore/EventType.h"
7#include "mc/editor/network/NetworkPayload.h"
8
9// auto generated forward declare list
10// clang-format off
11class HashedString;
12namespace Editor::DataStore { struct PayloadDescription; }
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16namespace Editor::Network {
17
18class DataStoreEventPayload : public ::Editor::Network::NetworkPayload<::Editor::Network::DataStoreEventPayload> {
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~DataStoreEventPayload() /*override*/;
37 // NOLINTEND
38
39public:
40 // member functions
41 // NOLINTBEGIN
43
45 ::HashedString const& dataTag,
46 ::Editor::DataStore::EventType eventType,
47 ::std::optional<::std::string> payload,
49 );
50
51 MCAPI ::Editor::Network::DataStoreEventPayload& operator=(::Editor::Network::DataStoreEventPayload const&);
52 // NOLINTEND
53
54public:
55 // static functions
56 // NOLINTBEGIN
57 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
58 // NOLINTEND
59
60public:
61 // constructor thunks
62 // NOLINTBEGIN
63 MCAPI void* $ctor(::Editor::Network::DataStoreEventPayload const&);
64
65 MCAPI void* $ctor(
66 ::HashedString const& dataTag,
67 ::Editor::DataStore::EventType eventType,
68 ::std::optional<::std::string> payload,
70 );
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCAPI void $dtor();
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCAPI static void** $vftable();
83 // NOLINTEND
84};
85
86} // namespace Editor::Network
Definition DataStoreEventPayload.h:18
Definition NetworkPayload.h:8
Definition HashedString.h:5
Definition PayloadDescription.h:7
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14