LeviLamina
Loading...
Searching...
No Matches
ActorAnimationControllerPtr.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
9class HashedString;
10// clang-format on
11
12class ActorAnimationControllerPtr {
13public:
14 // member variables
15 // NOLINTBEGIN
16 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::ActorAnimationControllerInfo>> mActorAnimationControllerInfoPtr;
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
21 ActorAnimationControllerPtr();
22
23public:
24 // member functions
25 // NOLINTBEGIN
26 MCAPI ActorAnimationControllerPtr(::ActorAnimationControllerGroup& group, ::HashedString const& name);
27
28 MCFOLD bool isNull() const;
29
30 MCAPI ~ActorAnimationControllerPtr();
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::ActorAnimationControllerPtr const& NONE();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::ActorAnimationControllerGroup& group, ::HashedString const& name);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50};
Definition ActorAnimationControllerGroup.h:27
Definition ActorAnimationControllerInfo.h:13
Definition HashedString.h:5