Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCapsuleShape
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | Math/CapsuleShape.h | ||
TCapsuleShape
(
const TCapsuleShape< FArg >& From |
Conversion to other type. | Math/CapsuleShape.h | |
TCapsuleShape
(
TVector< T > InCenter, |
Create and inintialize a new instance. | Math/CapsuleShape.h |
TCapsuleShape()
Description
Default constructor.
| Name | TCapsuleShape |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h |
| Include Path | #include "Math/CapsuleShape.h" |
TCapsuleShape()
TCapsuleShape(const TCapsuleShape< FArg > &)
Description
Conversion to other type.
| Name | TCapsuleShape |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h |
| Include Path | #include "Math/CapsuleShape.h" |
template<typename FArg, std::enable_if_t<(!std::is_same_v< T, FArg >), int >>
TCapsuleShape
(
const TCapsuleShape < FArg > & From
)
TCapsuleShape(TVector< T >, T, TVector< T >, T)
Description
Create and inintialize a new instance.
| Name | TCapsuleShape |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h |
| Include Path | #include "Math/CapsuleShape.h" |
TCapsuleShape
(
TVector < T > InCenter,
T InRadius,
TVector < T > InOrientation,
T InLength
)
Parameters
| Name | Remarks |
|---|---|
| InCenter | The capsule's center point. |
| InRadius | The capsule's radius. |
| InOrientation | The capsule's orientation in space. |
| InLength | The capsule's length. |