Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
| |
|
| Name |
FRigDynamicsShapeBox |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsData.h |
| Include Path |
#include "RigDynamicsData.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigDynamicsShapeBox
Constructors
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Extents |
FVector |
These are the full extents of the box in each axis. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
- Meta=(ClampMin="0.0", Units="Centimeters")
|
| Name |
FName |
Shape name is optional/only used for identification. |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
|
| TM |
FTransform |
Position and orientation (scale is ignored) |
RigDynamicsData.h |
- BlueprintReadOnly
- EditAnywhere
- Category=Shape
- Meta=(MakeEditWidget=true)
|
Functions
Public