Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Replaces the entire shape collection on a Dynamics confiner. Construction-event only because the solver's parallel arrays are sized at Instantiate time and cannot grow or shrink at runtime; for editing existing shapes during simulation use the per-shape Set nodes (by Name) instead.
| Name | FRigUnit_HierarchySetDynamicsConfinerShapes |
| 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 Shapes", Varying))
struct FRigUnit_HierarchySetDynamicsConfinerShapes : public FRigUnit_DynamicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicsBaseMutable → FRigUnit_HierarchySetDynamicsConfinerShapes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicsConfinerComponentKey | FRigComponentKey | The Dynamics Confiner to be updated. | RigDynamicsConfinerExecution.h |
|
| Shapes | FRigDynamicsShapeCollection | The new shape collection (replaces the existing one wholesale) | RigDynamicsConfinerExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsConfinerExecution.h |