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
{
template<typename PhysicsProxy>
static bool Chaos&58;&58;BuildFieldSamplePoints
&40;
PhysicsProxy &42; LocalProxy,
Chaos::FPBDRigidsSolver &42; RigidSolver,
const FFieldSystemCommand & FieldCommand,
FFieldExecutionDatas & ExecutionDatas,
EFieldResolutionType & PrevResolutionType,
EFieldFilterType & PrevFilterType,
EFieldObjectType & PrevObjectType,
EFieldPositionType & PrevPositionType
&41;
}
Remarks
Build the sample points positions and indices based on the resolution and filter type
Parameters
| Name | Description |
|---|---|
| LocalProxy | Physics proxy from which to extract the particle handles |
| RigidSolver | Rigid solver owning the particles |
| FieldCommand | Field command used to extract the resolution and filter meta data |
| ExecutionDatas | Field Datas stored during evaluation |
| PrevResolutionType | Resolution of the previous command |
| PrevFilterType | Filter of the previous command |
| PrevObjectType | Object Type of the previous command |
| PrevPositionType | Position type of the previous command |