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;
47 MCAPI
void _loadActorAnimationController(
48 ::std::string
const& fileData,
51 ::CurrentCmdVersion packCommandVersion
54 MCAPI_C ::ActorAnimationControllerPtr getActorAnimationController(
::HashedString const& name);
56 MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo> getActorAnimationControllerInfo(
::HashedString const& name);
58 MCAPI_C
void loadActorAnimationControllersAsync(
60 ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager> resourceLoadManager
69 MCAPI static ::std::shared_ptr<
71 _buildAnimationControllerFileSchema_v1_10_Or_Later(
::SemVersion const& version);
73 MCAPI static ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool>>
74 _buildAnimationControllerFileSchema_v1_8();
84 MCAPI_C
void* $ctor();