UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClothConfig.h File Reference
#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.

Classes

class  UClothConfigCommon
 
class  UClothSharedConfigCommon
 

Enumerations

enum class  EClothMassMode : uint8 { UniformMass , TotalMass , Density , UMETA =(Hidden) }
 

Enumeration Type Documentation

◆ EClothMassMode

enum class EClothMassMode : uint8
strong

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