Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetGravity
(
const TVec3< FRealSingle >& InGravity |
ChaosCloth/ChaosClothingSimulationSolver.h | ||
void SetGravity
(
uint32 GroupId, |
Set per group gravity, used to override solver's gravity. Must be called during cloth update. | ChaosCloth/ChaosClothingSimulationSolver.h |
SetGravity(const TVec3< FRealSingle > &)
| Name | SetGravity |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSolver.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSolver.h" |
void SetGravity
(
const TVec3< FRealSingle > & InGravity
)
SetGravity(uint32, const TVec3< FRealSingle > &)
Description
Set per group gravity, used to override solver's gravity. Must be called during cloth update.
| Name | SetGravity |
| 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 SetGravity
(
uint32 GroupId,
const TVec3< FRealSingle > & Gravity
)