![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CapsuleShape.h>
Public Types | |
| using | FReal = T |
Public Member Functions | |
| TCapsuleShape () | |
| TCapsuleShape (TVector< T > InCenter, T InRadius, TVector< T > InOrientation, T InLength) | |
| template<typename FArg UE_REQUIRES> | |
| TCapsuleShape (const TCapsuleShape< FArg > &From) | |
| bool | IsInside (const TVector< T > &In, T Tolerance=UE_KINDA_SMALL_NUMBER) const |
Public Attributes | |
| TVector< T > | Center |
| T | Radius |
| TVector< T > | Orientation |
| T | Length |
| using UE::Math::TCapsuleShape< T >::FReal = T |
|
inline |
Default constructor.
|
inline |
Create and inintialize a new instance.
| InCenter | The capsule's center point. |
| InRadius | The capsule's radius. |
| InOrientation | The capsule's orientation in space. |
| InLength | The capsule's length. |
|
inlineexplicit |
|
inline |
| TVector<T> UE::Math::TCapsuleShape< T >::Center |
The capsule's center point.
| T UE::Math::TCapsuleShape< T >::Length |
The capsule's length.
| TVector<T> UE::Math::TCapsuleShape< T >::Orientation |
The capsule's orientation in space.
| T UE::Math::TCapsuleShape< T >::Radius |
The capsule's radius.