Navigation
API > API/Plugins > API/Plugins/ControlRigDynamics
Sets the teleport-detection thresholds of a Dynamics solver.
| Name | FRigUnit_HierarchySetDynamicsSolverTeleportDetection |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigDynamics/Source/ControlRigDynamics/Public/RigDynamicsSolverExecution.h |
| Include Path | #include "RigDynamicsSolverExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Set Dynamics Solver Teleport Detection", Varying))
struct FRigUnit_HierarchySetDynamicsSolverTeleportDetection : public FRigUnit_DynamicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_DynamicsBaseMutable → FRigUnit_HierarchySetDynamicsSolverTeleportDetection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DynamicsSolverComponentKey | FRigComponentKey | The Dynamics Solver to be updated. | RigDynamicsSolverExecution.h |
|
| TeleportDetection | FRigDynamicsTeleportDetectionSettings | Per-channel teleport-detection thresholds applied to raw simulation-space deltas. | RigDynamicsSolverExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
RIGVM_METHOD() |
RigDynamicsSolverExecution.h |