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