Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h |
Include | #include "Math/CapsuleShape.h" |
Syntax
template<typename T>
struct TCapsuleShape
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TVector< T > | Center | The capsule's center point. |
![]() |
T | Length | The capsule's length. |
![]() |
TVector< T > | Orientation | The capsule's orientation in space. |
![]() |
T | Radius | The capsule's radius. |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Default constructor. | ||
![]() |
TCapsuleShape
(
const TCapsuleShape< FArg >& From |
Conversion to other type. | |
![]() |
TCapsuleShape
(
TVector< T > InCenter, |
Create and inintialize a new instance. |
Typedefs
Name | Description |
---|---|
FReal |