Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Sets the solver's teleport-detection thresholds. Note: Solver settings are pushed to the simulation each step, so this can be modified after physics instantiation.
| Name | FRigUnit_SetPhysicsSolverTeleportDetection |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsSolverExecution.h |
| Include Path | #include "RigPhysicsSolverExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Set Physics Solver Teleport Detection"))
struct FRigUnit_SetPhysicsSolverTeleportDetection : public FRigUnit_PhysicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_PhysicsBaseMutable → FRigUnit_SetPhysicsSolverTeleportDetection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_SetPhysicsSolverTeleportDetection() |
RigPhysicsSolverExecution.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PhysicsSolverComponentKey | FRigComponentKey | The physics solver. | RigPhysicsSolverExecution.h |
|
| TeleportDetection | FRigPhysicsTeleportDetectionSettings | The new teleport-detection thresholds. | RigPhysicsSolverExecution.h |
|
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
RigPhysicsSolverExecution.h |