Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Sets the properties of a named capsule shape on a Dynamics collider. Name is used to find the shape.
| Name | FRigUnit_HierarchySetDynamicsColliderCapsule |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsColliderExecution.h |
| Include Path | #include "RigDynamicsColliderExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Set Dynamics Collider Capsule", Varying))
struct FRigUnit_HierarchySetDynamicsColliderCapsule : public FRigUnit_DynamicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicsBaseMutable → FRigUnit_HierarchySetDynamicsColliderCapsule
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Capsule | FRigDynamicsShapeCapsule | The capsule shape data (Name is used to find the shape to update) | RigDynamicsColliderExecution.h |
|
| DynamicsColliderComponentKey | FRigComponentKey | The Dynamics Collider to be updated. | RigDynamicsColliderExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsColliderExecution.h |