Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetParticleMassFromDensity
(
int32 ParticleRangeId, |
ChaosCloth/ChaosClothingSimulationSolver.h | ||
void SetParticleMassFromDensity
(
int32 ParticleRangeId, |
ChaosCloth/ChaosClothingSimulationSolver.h |
SetParticleMassFromDensity(int32, FRealSingle, FRealSingle, const FTriangleMesh &, const TFunctionRef< bool(int32)> &)
| Name | SetParticleMassFromDensity |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSolver.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSolver.h" |
void SetParticleMassFromDensity
(
int32 ParticleRangeId,
FRealSingle Density,
FRealSingle MinPerParticleMass,
const FTriangleMesh & Mesh,
const TFunctionRef < bool> & KinematicPredicate
)
SetParticleMassFromDensity(int32, const FVector2f &, const TConstArrayView< FRealSingle > &, FRealSingle, const FTriangleMesh &, const TFunctionRef< bool(int32)> &)
| Name | SetParticleMassFromDensity |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSolver.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSolver.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothingSimulationSolver.cpp |
void SetParticleMassFromDensity
(
int32 ParticleRangeId,
const FVector2f & Density,
const TConstArrayView< FRealSingle > & DensityMultipliers,
FRealSingle MinPerParticleMass,
const FTriangleMesh & Mesh,
const TFunctionRef < bool> & KinematicPredicate
)