FCapsuleShape

Structure for capsules. A capsule consists of two sphere connected by a cylinder.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/CapsuleShape.h

Include

#include "Math/CapsuleShape.h"

Syntax

struct FCapsuleShape

Remarks

Structure for capsules.

A capsule consists of two sphere connected by a cylinder.

Variables

Name Description

Public variable

FVector

 

Center

The capsule's center point.

Public variable

float

 

Length

The capsule's length.

Public variable

FVector

 

Orientation

The capsule's orientation in space.

Public variable

float

 

Radius

The capsule's radius.

Constructors

Name Description

Public function

FCapsuleShape()

Default constructor.

Public function

FCapsuleShape

(
    FVector InCenter,
    float InRadius,
    FVector InOrientation,
    float InLength
)

Create and inintialize a new instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss