13class ActorAnimationControllerInfo {
17 ::ll::TypedStorage<8, 48, ::HashedString> mName;
18 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::ActorAnimationController>> mPtr;
23 ActorAnimationControllerInfo();
28 MCAPI_C
explicit ActorAnimationControllerInfo(
::HashedString const& name);