Navigation
API > API/Runtime > API/Runtime/Core
| |
|
| Name |
TCapsuleShape |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h |
| Include Path |
#include "Math/CapsuleShape.h" |
Syntax
template<typename T>
struct TCapsuleShape
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Default constructor. |
Math/CapsuleShape.h |
|
|
Conversion to other type. |
Math/CapsuleShape.h |
|
|
Create and inintialize a new instance. |
Math/CapsuleShape.h |
|
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FReal |
T |
|
Math/CapsuleShape.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Center |
TVector< T > |
The capsule's center point. |
Math/CapsuleShape.h |
|
| Length |
T |
The capsule's length. |
Math/CapsuleShape.h |
|
| Orientation |
TVector< T > |
The capsule's orientation in space. |
Math/CapsuleShape.h |
|
| Radius |
T |
The capsule's radius. |
Math/CapsuleShape.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
bool IsInside
(
const TVector< T >& In,
T Tolerance
) const
|
|
Math/CapsuleShape.h |
|