Navigation
API > API/Runtime > API/Runtime/Chaos > API/Runtime/Chaos/FPerSolverFieldSystem
Description
Generates a mapping between the Position array and the results array.
When ResolutionType_ is set to Maximum_ the complete particle mapping is provided from the Particles.X_ to Particles.Attribute_. When Minimum_ is set only the ActiveIndices and the direct children of the active clusters are set in the IndicesArray_.
| Name | GetRelevantParticleHandles |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/PhysicsProxy/PerSolverFieldSystem.h |
| Include Path | #include "PhysicsProxy/PerSolverFieldSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Chaos/Private/PhysicsProxy/PerSolverFieldSystem.cpp |
static void GetRelevantParticleHandles
(
TArray < Chaos::FGeometryParticleHandle * > & ParticleHandles,
const Chaos::FPBDRigidsSolver * RigidSolver,
const EFieldResolutionType ResolutionType
)