#include "ClothConfigBase.h"
#include "HAL/Platform.h"
#include "UObject/ObjectMacros.h"
#include "UObject/UObjectGlobals.h"
#include "ClothConfig.generated.h"
Go to the source code of this file.
◆ EClothMassMode
Different mass modes deciding the setup process.
| Enumerator |
|---|
| UniformMass | The mass value is used to set the same mass for each particle.
|
| TotalMass | The mass value is used to set the mass of the entire cloth, distributing it to each particle depending on the amount of connected surface area.
|
| Density | The mass value is used to set the density of the cloth, calculating the mass for each particle depending on its connected surface area.
|
| UMETA | |