Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Steps the specified physics solver.
| Name | FRigUnit_StepPhysicsSolver |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsSolverExecution.h |
| Include Path | #include "RigPhysicsSolverExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Step Physics Solver", Keywords="Simulate", Deprecated="5.8"))
struct FRigUnit_StepPhysicsSolver : public FRigUnit_PhysicsBaseMutable
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnitMutable → FRigUnit_PhysicsBaseMutable → FRigUnit_StepPhysicsSolver
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_StepPhysicsSolver() |
RigPhysicsSolverExecution.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Alpha | float | How much of the simulation is combined with the input bone. | RigPhysicsSolverExecution.h |
|
| DeltaTimeOverride | float | If this is zero, then the execute context time will be used. | RigPhysicsSolverExecution.h |
|
| PhysicsSolverComponentKey | FRigComponentKey | The physics solver that should be stepped. | RigPhysicsSolverExecution.h |
|
| SimulationSpaceDeltaTimeOverride | float | If this is zero, then the simulation delta time will be used for evaluating movement of the simulation space. | RigPhysicsSolverExecution.h |
|
| VisualizationSettings | FRigPhysicsVisualizationSettings | Settings that specify how the solver state should be visualized during/after the step. | RigPhysicsSolverExecution.h |
|
Functions
Public
Public Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
RigPhysicsSolverExecution.h | ||
virtual FRigVMStructUpgradeInfo GetUpgradeInfo() |
RigPhysicsSolverExecution.h |