Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Components > API/Runtime/Engine/Components/UCapsuleComponent
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Components/CapsuleComponent.h |
| Include | #include "Components/CapsuleComponent.h" |
void GetScaledCapsuleSize_WithoutHemisphere
&40;
float & OutRadius,
float & OutHalfHeightWithoutHemisphere
&41; const
Remarks
Returns the capsule radius and half-height scaled by the component scale. Half-height excludes the hemisphere end cap. The capsule radius and half-height scaled by the component scale.
Parameters
| Name | Description |
|---|---|
| OutRadius | Radius of the capsule, ignoring component scaling. |
| OutHalfHeightWithoutHemisphere | Half-height of the capsule, scaled by the component scale. Excludes the hemisphere end cap. |