31 ::ll::TypedStorage<8, 8, int64 const> mResourceLoadTimeStamp;
32 ::ll::TypedStorage<8, 80, ::Bedrock::Threading::Mutex> mActorAnimationControllerLock;
33 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, ::std::shared_ptr<::ActorAnimationControllerInfo>>>
34 mAnimationControllers;
35 ::ll::TypedStorage<8, 24, ::Bedrock::NonOwnerPointer<::ResourceLoadManager>> mResourceLoadManager;
41 virtual ~ActorAnimationControllerGroup() ;
47 MCAPI ActorAnimationControllerGroup();
49 MCAPI
void _loadActorAnimationController(
50 ::std::string
const& fileData,
53 ::CurrentCmdVersion packCommandVersion
56 MCAPI ::ActorAnimationControllerPtr getActorAnimationController(
::HashedString const& name);
58 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(
::HashedString const& name);
61 MCAPI
void loadActorAnimationControllersAsync(
63 ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> resourceLoadManager
73 MCAPI static ::std::shared_ptr<
75 _buildAnimationControllerFileSchema_v1_10_Or_Later(
::SemVersion const& version);
77 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
78 _buildAnimationControllerFileSchema_v1_8();