Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/PhysicsProxy
References
| Module | Chaos |
| Header | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/FieldSystemProxyHelper.h |
| Include | #include "PhysicsProxy/FieldSystemProxyHelper.h" |
namespace Chaos
{
static bool Chaos&58;&58;ReportDynamicStateResult
&40;
Chaos::FPBDRigidsSolver &42; RigidSolver,
const Chaos::EObjectStateType FieldState,
Chaos::FPBDRigidParticleHandle &42; RigidHandle,
const bool HasInitialLinearVelocity,
const Chaos::FVec3 & InitialLinearVelocity,
const bool HasInitialAngularVelocity,
const Chaos::FVec3 & InitialAngularVelocity
&41;
}
Remarks
Report the dynamic state result onto the handle
Parameters
| Name | Description |
|---|---|
| Rigidsolver | Rigid solver owning the particle handle |
| FieldState | Field state that will be set on the handle |
| RigidHandle | Particle hadle on which the state will be set |
| HasInitialLinearVelocity | Boolean to check if we have to set the initial linear velocity |
| InitialLinearVelocity | Initial linear velocity to potentially set onto the handle |
| HasInitialAngularVelocity | Boolean to check if we have to set the initial angular velocity |
| InitialAngularVelocity | Initial angular velocity to potentially set onto the handle |