LeviLamina
Loading...
Searching...
No Matches
ContentTierManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/resources/IContentTierManager.h"
7
8// auto generated forward declare list
9// clang-format off
10class ContentTierInfo;
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 ContentTierManager& operator=(ContentTierManager const&);
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 1
31 virtual ::ContentTierInfo getContentTierInfo() const /*override*/;
32
33 // vIndex: 0
34 virtual ~ContentTierManager() /*override*/;
35 // NOLINTEND
36
37public:
38 // member functions
39 // NOLINTBEGIN
40 MCAPI explicit ContentTierManager(::std::function<bool()> isHardwareRayTracingCompatible);
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::std::function<bool()> isHardwareRayTracingCompatible);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCFOLD void $dtor();
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCAPI ::ContentTierInfo $getContentTierInfo() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition ContentTierInfo.h:5
Definition ContentTierManager.h:13
Definition IContentTierManager.h:13
Definition Alias.h:14