27 ::ll::TypedStorage<8, 16, ::ActorAnimationControllerPtr> mAnimationControllerPtr;
28 ::ll::TypedStorage<4, 4, int> mCurrStateIndex;
29 ::ll::TypedStorage<4, 4, int> mLastStateIndex;
30 ::ll::TypedStorage<4, 4, int> mNextStateIndex;
31 ::ll::TypedStorage<4, 4, int> mBlendTransitionStateIndex;
32 ::ll::TypedStorage<4, 4, float> mBlendTransitionTime;
33 ::ll::TypedStorage<8, 24, ::std::vector<::std::shared_ptr<::ActorAnimationControllerStatePlayer>>>
34 mAnimationControllerStatePlayers;
35 ::ll::TypedStorage<8, 8, ::std::unordered_map<::HashedString, ::HashedString>
const*> mActorParticleEffectMap;
36 ::ll::TypedStorage<8, 8, ::std::unordered_map<::HashedString, ::std::string>
const*> mActorSoundEffectMap;
41 ActorAnimationControllerPlayer();
46 virtual void applyToPose(
49 ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation>>& destBoneOrientationsMap,
53 virtual void resetAnimation() ;
55 virtual void bindParticleEffects(
56 ::std::unordered_map<::HashedString, ::HashedString>
const& actorParticleEffectMap
60 bindSoundEffects(::std::unordered_map<::HashedString, ::std::string>
const& actorSoundEffectMap) ;
62 virtual bool hasAnimationFinished()
const ;
64 virtual ::std::shared_ptr<::ActorAnimationPlayer> findAnimation(
::HashedString const& friendlyName) ;
66 virtual ::ActorAnimationType getAnimationType()
const ;
68 virtual ::HashedString
const& getRawName()
const ;
76 MCAPI ActorAnimationControllerPlayer(
81 ::std::set<
::HashedString, ::std::hash<::HashedString>>& animationControllerNameStack
84 MCAPI
void blendViaShortestPath(
85 ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation>>& destBoneOrientationsMap,
86 ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation>>
const&
87 blendOutBoneOrientationsMap,
88 ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation>>
const&
89 blendInBoneOrientationsMap,
95 MCAPI ::std::shared_ptr<::ActorAnimationControllerStatePlayer>
108 ::std::set<
::HashedString, ::std::hash<::HashedString>>& animationControllerNameStack
115 MCAPI
void $applyToPose(
118 ::std::unordered_map<::SkeletalHierarchyIndex, ::std::vector<::BoneOrientation>>& destBoneOrientationsMap,
122 MCAPI
void $resetAnimation();
124 MCAPI
void $bindParticleEffects(::std::unordered_map<::HashedString, ::HashedString>
const& actorParticleEffectMap);
126 MCAPI
void $bindSoundEffects(::std::unordered_map<::HashedString, ::std::string>
const& actorSoundEffectMap);
128 MCAPI
bool $hasAnimationFinished()
const;
130 MCAPI ::std::shared_ptr<::ActorAnimationPlayer> $findAnimation(
::HashedString const& friendlyName);
132 MCFOLD ::ActorAnimationType $getAnimationType()
const;
134 MCAPI ::HashedString
const& $getRawName()
const;
Definition ApplyAnimationContext.h:16