Navigation
Unreal Engine C++ API Reference > Plugins > ChaosCloth > ChaosCloth > FClothingSimulationCloth
References
Module | ChaosCloth |
Header | /Engine/Plugins/Experimental/ChaosCloth/Source/Chaos/Private/ChaosCloth/ChaosClothingSimulationCloth.cpp |
Include | #include "ChaosCloth/ChaosClothingSimulationCloth.cpp" |
Syntax
struct FLODData
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
const TConstArrayView< uint32 > | Indices | |
![]() |
int32 | NumDynamicParticles | |
![]() |
int32 | NumKinematicParticles | |
![]() |
const int32 | NumParticles | |
![]() |
const FClothingPatternData | PatternData | |
![]() |
TMap< FClothingSimulationSolver *, FSolverData > | SolverData | |
![]() |
const TArray< TConstArrayView< TTuple< int32, int32, FRealSingle > > > | Tethers | |
![]() |
const TMap< FString, TConstArrayView< FRealSingle > > | WeightMaps |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FLODData
(
int32 InNumParticles, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Add
(
FClothingSimulationSolver* Solver, |
|
![]() ![]() |
void | Enable
(
FClothingSimulationSolver* Solver, |
|
![]() |
void | Remove
(
FClothingSimulationSolver* Solver |
|
![]() ![]() |
void | ResetStartPose
(
FClothingSimulationSolver* Solver |
|
![]() |
void | Update
(
FClothingSimulationSolver* Solver, |
|
![]() ![]() |
void | UpdateNormals
(
FClothingSimulationSolver* Solver |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FSolverData |