Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Gets the extents of a named plane shape on a Dynamics collider.
| Name | FRigUnit_HierarchyGetDynamicsColliderPlaneExtents |
| 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 Plane Extents", Varying))
struct FRigUnit_HierarchyGetDynamicsColliderPlaneExtents : public FRigUnit_DynamicsBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_DynamicsBase → FRigUnit_HierarchyGetDynamicsColliderPlaneExtents
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicsColliderComponentKey | FRigComponentKey | The Dynamics Collider to query. | RigDynamicsColliderExecution.h |
|
| Extents | FVector2D | Extents of the plane. If no matching shape is found, the output is left at its default. | RigDynamicsColliderExecution.h |
|
| Name | FName | The name of the plane shape to query. | RigDynamicsColliderExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsColliderExecution.h |