LeviLamina
Loading...
Searching...
No Matches
ActorAnimationController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/sem_ver/SemVersion.h"
7#include "mc/deps/core/string/HashedString.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 48, ::HashedString> mName;
19 ::ll::TypedStorage<8, 24, ::SemVersion> mVersion;
20 ::ll::TypedStorage<8, 8, uint64> mInitialStateIndex;
21 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ActorAnimationControllerState>>> mStates;
22 ::ll::TypedStorage<8, 32, ::std::string> mSourceFilePathWithExtension;
23 // NOLINTEND
24
25public:
26 // member functions
27 // NOLINTBEGIN
28 MCAPI ::std::shared_ptr<::ActorAnimationControllerState>& addState(::HashedString const& name);
29
30 MCAPI void resolveTransitionStateIndices();
31
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCAPI void $dtor();
39 // NOLINTEND
40};
Definition ActorAnimationControllerState.h:21
Definition ActorAnimationController.h:14
Definition HashedString.h:5