Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationSolver
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetWindAndPressureGeometry
(
uint32 GroupId, |
Set the geometry affected by the wind and pressure. | ChaosCloth/ChaosClothingSimulationSolver.h | |
void SetWindAndPressureGeometry
(
uint32 GroupId, |
ChaosCloth/ChaosClothingSimulationSolver.h | ||
void SetWindAndPressureGeometry
(
uint32 GroupId, |
ChaosCloth/ChaosClothingSimulationSolver.h |
SetWindAndPressureGeometry(uint32, const FTriangleMesh &, const Softs::FCollectionPropertyConstFacade &, const TMap< FString, TConstArrayView< FRealSingle > > &)
Description
Set the geometry affected by the wind and pressure.
| Name | SetWindAndPressureGeometry |
| 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 SetWindAndPressureGeometry
(
uint32 GroupId,
const FTriangleMesh & TriangleMesh,
const Softs::FCollectionPropertyConstFacade & PropertyCollection,
const TMap < FString , TConstArrayView< FRealSingle > > & WeightMaps
)
SetWindAndPressureGeometry(uint32, const FTriangleMesh &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &)
| Name | SetWindAndPressureGeometry |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationSolver.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationSolver.h" |
void SetWindAndPressureGeometry
(
uint32 GroupId,
const FTriangleMesh & TriangleMesh,
const TConstArrayView< FRealSingle > & DragMultipliers,
const TConstArrayView< FRealSingle > & LiftMultipliers,
const TConstArrayView< FRealSingle > & PressureMultipliers
)
SetWindAndPressureGeometry(uint32, const FTriangleMesh &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &, const TConstArrayView< FRealSingle > &)
| Name | SetWindAndPressureGeometry |
| 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 SetWindAndPressureGeometry
(
uint32 GroupId,
const FTriangleMesh & TriangleMesh,
const TConstArrayView< FRealSingle > & DragMultipliers,
const TConstArrayView< FRealSingle > & OuterDragMultipliers,
const TConstArrayView< FRealSingle > & LiftMultipliers,
const TConstArrayView< FRealSingle > & OuterLiftMultipliers,
const TConstArrayView< FRealSingle > & PressureMultipliers
)