LeviLamina
Loading...
Searching...
No Matches
CameraAttachComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/game_refs/WeakRef.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
11class HashedString;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mAttachTo;
19 ::ll::TypedStorage<8, 48, ::HashedString> mLocator;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
31 MCAPI ::CameraAttachComponent& operator=(::CameraAttachComponent&&);
32
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::CameraAttachComponent const&);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition EntityContext.h:16
Definition HashedString.h:5
Definition CameraAttachComponent.h:14