Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
| Name | FCapsuleShape |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigParticleSimulation.h |
| Include Path | #include "RigParticleSimulation.h" |
Syntax
struct FCapsuleShape
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Length | float | RigParticleSimulation.h | ||
| Radius | float | RigParticleSimulation.h | ||
| TM | FSimTransform | Axis is along +ve Z. | RigParticleSimulation.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Update
(
const FSimTransform& InTM, |
Optionally call once per update, if the local data have changed. | RigParticleSimulation.h |