LeviLamina
Loading...
Searching...
No Matches
UITextureInfoPtr.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::UntypedStorage<8, 8> mUnkb98782;
10 ::ll::UntypedStorage<8, 24> mUnk2a11d8;
11 ::ll::UntypedStorage<8, 56> mUnk2ebe6b;
12 // NOLINTEND
13
14public:
15 // prevent constructor by default
16 UITextureInfoPtr& operator=(UITextureInfoPtr const&);
17 UITextureInfoPtr(UITextureInfoPtr const&);
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 virtual ~UITextureInfoPtr();
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCNAPI ::UITextureInfoPtr& _move(::UITextureInfoPtr&& moved);
31 // NOLINTEND
32
33public:
34 // constructor thunks
35 // NOLINTBEGIN
36 MCNAPI void* $ctor();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCNAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition UITextureInfoPtr.h:5
MCAPI::UITextureInfoPtr & _move(::UITextureInfoPtr &&moved)
static MCAPI void ** $vftable()
MCAPI void * $ctor()
MCAPI void $dtor()
MCAPI UITextureInfoPtr()