LeviLamina
Loading...
Searching...
No Matches
MovementSnapshotComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace MovementDataExtractionUtility {
6
8public:
9 // member variables
10 // NOLINTBEGIN
84 // NOLINTEND
85
86#ifdef LL_PLAT_S
87public:
88 // prevent constructor by default
92
93#else // LL_PLAT_C
94public:
95 // prevent constructor by default
97
98#endif
99public:
100 // member functions
101 // NOLINTBEGIN
102#ifdef LL_PLAT_C
104
106
108
109 MCNAPI ::MovementDataExtractionUtility::MovementSnapshotComponent&
111
113#endif
114 // NOLINTEND
115
116public:
117 // constructor thunks
118 // NOLINTBEGIN
119#ifdef LL_PLAT_C
120 MCNAPI void* $ctor();
121
123
125#endif
126 // NOLINTEND
127
128public:
129 // destructor thunk
130 // NOLINTBEGIN
131#ifdef LL_PLAT_C
132 MCNAPI void $dtor();
133#endif
134 // NOLINTEND
135};
136
137} // namespace MovementDataExtractionUtility
Definition MovementSnapshotComponent.h:7
Definition Alias.h:14