LeviLamina
Loading...
Searching...
No Matches
RideableComponentData.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
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCNAPI ::RideableComponentData& operator=(::RideableComponentData&&);
35
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCNAPI void $dtor();
49 // NOLINTEND
50};
Definition RideableComponentData.h:5
MCAPI::RideableComponentData & operator=(::RideableComponentData &&)
MCAPI RideableComponentData(::RideableComponentData &&)
MCAPI ~RideableComponentData()
MCAPI void * $ctor(::RideableComponentData &&)
Definition Alias.h:14