Navigation
API > API/Plugins > API/Plugins/ControlRigPhysics
Retrieves the simulation space data. Note that this will have been generated during the simulation step, so the values returned will relate to the previous update if the solver has not yet been stepped.
| Name | FRigUnit_GetPhysicsSolverSpaceData |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/ControlRigPhysics/Source/ControlRigPhysics/Public/RigPhysicsExecution.h |
| Include Path | #include "RigPhysicsExecution.h" |
Syntax
USTRUCT (Meta=(DisplayName="Get Physics Solver Space Data", Keywords="Debug"))
struct FRigUnit_GetPhysicsSolverSpaceData : public FRigUnit_PhysicsBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_PhysicsBase → FRigUnit_GetPhysicsSolverSpaceData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_GetPhysicsSolverSpaceData() |
RigPhysicsExecution.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngularAcceleration | FVector | RigPhysicsExecution.h |
|
|
| AngularVelocity | FVector | RigPhysicsExecution.h |
|
|
| Gravity | FVector | RigPhysicsExecution.h |
|
|
| LinearAcceleration | FVector | RigPhysicsExecution.h |
|
|
| LinearVelocity | FVector | RigPhysicsExecution.h |
|
|
| PhysicsSolverComponentKey | FRigComponentKey | The solver to relate this new physics element to. | RigPhysicsExecution.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
RigPhysicsExecution.h |