Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Capsule collision
| Name | FRigPhysicsCollisionCapsule |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsData.h |
| Include Path | #include "RigPhysicsData.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigPhysicsCollisionCapsule : public FRigPhysicsCollisionShape
Inheritance Hierarchy
- FRigPhysicsCollisionShape → FRigPhysicsCollisionCapsule
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigPhysicsData.h | |||
FRigPhysicsCollisionCapsule
(
const FTransform& InTM, |
RigPhysicsData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Length | float | This is the length of the core part of the capsule. The total length will be Length + 2 * Radius. | RigPhysicsData.h |
|
| Radius | float | RigPhysicsData.h |
|
|
| TM | FTransform | RigPhysicsData.h |
|