LeviLamina
Loading...
Searching...
No Matches
GetAttachPositionViews.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
40
41 MCNAPI void* $ctor(::GetAttachPositionViews const&);
42 // NOLINTEND
43};
Definition GetAttachPositionViews.h:5
MCAPI void * $ctor(::GetAttachPositionViews &&)
MCAPI GetAttachPositionViews(::GetAttachPositionViews const &)
MCAPI void * $ctor(::GetAttachPositionViews const &)
MCAPI GetAttachPositionViews(::GetAttachPositionViews &&)
Definition Alias.h:14