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;
9class SemVersion;
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33 ::HashedString const& name,
34 ::SemVersion const& version,
35 ::std::string const& sourceFilePathWithExtension
36 );
37
38 MCAPI ::std::shared_ptr<::ActorAnimationControllerState>& addState(::HashedString const& name);
39
40 MCAPI uint64 findStateIndex(::std::string const& name, bool missingIsOkay, uint64 defaultState) const;
41
42 MCAPI void resolveTransitionStateIndices();
43
45 // NOLINTEND
46
47public:
48 // constructor thunks
49 // NOLINTBEGIN
50 MCAPI void*
51 $ctor(::HashedString const& name, ::SemVersion const& version, ::std::string const& sourceFilePathWithExtension);
52 // NOLINTEND
53
54public:
55 // destructor thunk
56 // NOLINTBEGIN
57 MCAPI void $dtor();
58 // NOLINTEND
59};
Definition ActorAnimationControllerState.h:14
Definition ActorAnimationController.h:12
Definition HashedString.h:5
Definition SemVersion.h:15
Definition Alias.h:14