LeviLamina
Loading...
Searching...
No Matches
ActorAnimationController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class HashedString;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI ::std::shared_ptr<::ActorAnimationControllerState>& addState(::HashedString const& name);
32
34
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41 MCNAPI void $dtor();
42 // NOLINTEND
43};
Definition ActorAnimationControllerState.h:15
Definition ActorAnimationController.h:11
MCAPI void resolveTransitionStateIndices()
MCAPI ::std::shared_ptr<::ActorAnimationControllerState > & addState(::HashedString const &name)
Definition HashedString.h:5
Definition Alias.h:14