Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Gets the properties of a named capsule shape on a Dynamics collider. The shape is looked up by Name.
| Name | FRigUnit_HierarchyGetDynamicsColliderCapsule |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsColliderExecution.h |
| Include Path | #include "RigDynamicsColliderExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Get Dynamics Collider Capsule", Varying))
struct FRigUnit_HierarchyGetDynamicsColliderCapsule : public FRigUnit_DynamicsBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_DynamicsBase → FRigUnit_HierarchyGetDynamicsColliderCapsule
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Capsule | FRigDynamicsShapeCapsule | The capsule shape data. If no matching shape is found, the output is left at its default. | RigDynamicsColliderExecution.h |
|
| DynamicsColliderComponentKey | FRigComponentKey | The Dynamics Collider to query. | RigDynamicsColliderExecution.h |
|
| Name | FName | The name of the capsule shape to query. | RigDynamicsColliderExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsColliderExecution.h |