LeviLamina
Loading...
Searching...
No Matches
CustomUpgradeData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/DeserializeDataSettings.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13namespace JsonComponentGlueUtils {
14
15struct CustomUpgradeData {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::DeserializeDataSettings> mDeserializeDataSettings;
20 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ActorMigratedDefinitionFactory const*>> mFactory;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 CustomUpgradeData& operator=(CustomUpgradeData const&);
26 CustomUpgradeData(CustomUpgradeData const&);
27 CustomUpgradeData();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI CustomUpgradeData(::JsonComponentGlueUtils::CustomUpgradeData&&);
33
34 MCAPI ~CustomUpgradeData();
35 // NOLINTEND
36
37public:
38 // constructor thunks
39 // NOLINTBEGIN
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCFOLD void $dtor();
47 // NOLINTEND
48};
49
50} // namespace JsonComponentGlueUtils
Definition ActorMigratedDefinitionFactory.h:32
Definition CustomUpgradeData.h:15