LeviLamina
Loading...
Searching...
No Matches
ReplicationTypeInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/OwnerPtr.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
11namespace Editor { class IReplicatedObjectBase; }
12namespace Editor::Network { class PayloadServiceProvider; }
13// clang-format on
14
15namespace Editor::Services {
16
17struct ReplicationTypeInfo {
18public:
19 // member variables
20 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ReplicationTypeInfo& operator=(ReplicationTypeInfo const&);
29 ReplicationTypeInfo(ReplicationTypeInfo const&);
30 ReplicationTypeInfo();
31
32public:
33 // member functions
34 // NOLINTBEGIN
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
44
45} // namespace Editor::Services
Definition IReplicatedObjectBase.h:10
Definition PayloadServiceProvider.h:19
Definition HashedString.h:5
Definition Alias.h:14