Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationCloth
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetNumParticles
(
const FClothingSimulationSolver* Solver |
Return the current LOD num particles, or 0 if no LOD is currently selected. | ChaosCloth/ChaosClothingSimulationCloth.h | |
int32 GetNumParticles
(
int32 InLODIndex |
ChaosCloth/ChaosClothingSimulationCloth.h |
GetNumParticles(const FClothingSimulationSolver *)
Description
Return the current LOD num particles, or 0 if no LOD is currently selected.
| Name | GetNumParticles |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationCloth.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationCloth.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothingSimulationCloth.cpp |
int32 GetNumParticles
(
const FClothingSimulationSolver * Solver
) const
GetNumParticles(int32)
| Name | GetNumParticles |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationCloth.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationCloth.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothingSimulationCloth.cpp |
int32 GetNumParticles
(
int32 InLODIndex
) const