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