Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
| |
|
| Name |
FShapeCollection |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigParticleSimulation.h |
| Include Path |
#include "RigParticleSimulation.h" |
Syntax
struct FShapeCollection
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| BoxShapes |
TArray< FBoxShape > |
|
RigParticleSimulation.h |
|
| CapsuleShapes |
TArray< FCapsuleShape > |
|
RigParticleSimulation.h |
|
| PlaneShapes |
TArray< FPlaneShape > |
|
RigParticleSimulation.h |
|
| PreviousTM |
FSimTransform |
|
RigParticleSimulation.h |
|
| TargetTM |
FSimTransform |
|
RigParticleSimulation.h |
|
| TM |
FSimTransform |
This is the current/interpolated TM. |
RigParticleSimulation.h |
|