LeviLamina
Loading...
Searching...
No Matches
DebugData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8namespace OreUI {
9
10struct DebugData : public ::Bedrock::EnableNonOwnerReferences {
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::UntypedStorage<8, 208> mUnk73c39d;
15 ::ll::UntypedStorage<8, 40> mUnk63d30e;
16 ::ll::UntypedStorage<1, 4> mUnkc945fb;
17 ::ll::UntypedStorage<8, 40> mUnk4f9430;
18 ::ll::UntypedStorage<8, 96> mUnkecc0bc;
19 ::ll::UntypedStorage<8, 56> mUnk5b563c;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 DebugData& operator=(DebugData const&);
25 DebugData(DebugData const&);
26 DebugData();
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 virtual ~DebugData() /*override*/;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
46
47} // namespace OreUI
Definition DebugData.h:7
static MCAPI void ** $vftable()