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;
51 MCAPI
void _loadActorAnimationController(
52 ::std::string
const& fileData,
55 ::CurrentCmdVersion packCommandVersion
59 MCAPI ::ActorAnimationControllerPtr getActorAnimationController(
::HashedString const& name);
62 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(
::HashedString const& name);
65 MCAPI
void loadActorAnimationControllersAsync(
67 ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> resourceLoadManager
77 MCAPI static ::std::shared_ptr<
79 _buildAnimationControllerFileSchema_v1_10_Or_Later(
::SemVersion const& version);
81 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
82 _buildAnimationControllerFileSchema_v1_8();