Gameplay框架 UE4组件中的插槽(Socket)--以SpringArmComponent为例 组件插槽主要是提供除了组件自身位置为锚点的其他可供子组件 Attach 的锚点。通过 FName 索引到组件上的插槽,组件变换到 WorldSpace 时使用所属组件插槽的 Transform 来进行变换。插槽管理从 SceneComponent 中有关插槽管理的有/** * Gets the names of all the sockets on the component. * @...