Unreal Engine Blueprint API Reference > Components > Capsule
Returns the capsule radius and half-height scaled by the component scale. Half-height includes the hemisphere end cap.
Target is Capsule Collision
Inputs
Type | Name | Description |
---|---|---|
object | Target |
Outputs
Type | Name | Description |
---|---|---|
real | Out Radius | Radius of the capsule, scaled by the component scale. |
real | Out Half Height | Half-height of the capsule, scaled by the component scale. Includes the hemisphere end cap. |