Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetWindVelocity
(
const TVec3< FRealSingle >& InWindVelocity, |
ChaosCloth/ChaosClothingSimulationSolver.h | ||
void SetWindVelocity
(
uint32 GroupId, |
Set per group wind velocity, used to override solver's wind velocity. Must be called during cloth update. | ChaosCloth/ChaosClothingSimulationSolver.h |
SetWindVelocity(const TVec3< FRealSingle > &, FRealSingle)
| Name | SetWindVelocity |
| 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 SetWindVelocity
(
const TVec3< FRealSingle > & InWindVelocity,
FRealSingle InLegacyWindAdaption
)
SetWindVelocity(uint32, const TVec3< FRealSingle > &)
Description
Set per group wind velocity, used to override solver's wind velocity. Must be called during cloth update.
| Name | SetWindVelocity |
| 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 SetWindVelocity
(
uint32 GroupId,
const TVec3< FRealSingle > & InWindVelocity
)