30 ::ll::TypedStorage<8, 8, int64 const> mResourceLoadTimeStamp;
31 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mActorAnimationControllerLock;
32 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::shared_ptr<::ActorAnimationControllerInfo>>>
33 mAnimationControllers;
34 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ResourceLoadManager>> mResourceLoadManager;
47 MCAPI
void _loadActorAnimationController(
48 ::std::string
const& fileData,
51 ::CurrentCmdVersion packCommandVersion
54 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(
::HashedString const& name);
62 MCAPI static ::std::shared_ptr<
64 _buildAnimationControllerFileSchema_v1_10_Or_Later(
::SemVersion const& version);
66 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
67 _buildAnimationControllerFileSchema_v1_8();