FCapsuleShape::FCapsuleShape

Create and inintialize a new instance.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/CapsuleShape.h"

Syntax

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

Remarks

Create and inintialize a new instance.

Parameters

Parameter

Description

InCenter

The capsule's center point.

InRadius

The capsule's radius.

InOrientation

The capsule's orientation in space.

InLength

The capsule's length.

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