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