Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Sets the length of a named capsule shape on a Dynamics confiner.
| Name | FRigUnit_HierarchySetDynamicsConfinerCapsuleLength |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsConfinerExecution.h |
| Include Path | #include "RigDynamicsConfinerExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Set Dynamics Confiner Capsule Length", Varying))
struct FRigUnit_HierarchySetDynamicsConfinerCapsuleLength : public FRigUnit_DynamicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicsBaseMutable → FRigUnit_HierarchySetDynamicsConfinerCapsuleLength
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicsConfinerComponentKey | FRigComponentKey | The Dynamics Confiner to be updated. | RigDynamicsConfinerExecution.h |
|
| Length | float | Core length of the capsule (total length is Length + 2 * Radius) | RigDynamicsConfinerExecution.h |
|
| Name | FName | The name of the capsule shape to update. | RigDynamicsConfinerExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsConfinerExecution.h |