Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationCloth
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< FRealSingle > GetWeightMapByProperty
(
const FClothingSimulationSolver* Solver, |
Return the weight map of the specified property name if it exists and is available on the current LOD, or an empty array view otherwise. | ChaosCloth/ChaosClothingSimulationCloth.h | |
TConstArrayView< FRealSingle > GetWeightMapByProperty
(
const FClothingSimulationSolver* Solver, |
ChaosCloth/ChaosClothingSimulationCloth.h |
GetWeightMapByProperty(const FClothingSimulationSolver *, const FName &)
Description
Return the weight map of the specified property name if it exists and is available on the current LOD, or an empty array view otherwise.
| Name | GetWeightMapByProperty |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationCloth.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationCloth.h" |
| Source | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Private/ChaosCloth/ChaosClothingSimulationCloth.cpp |
TConstArrayView< FRealSingle > GetWeightMapByProperty
(
const FClothingSimulationSolver * Solver,
const FName & Property
) const
GetWeightMapByProperty(const FClothingSimulationSolver *, const StringType)
| Name | GetWeightMapByProperty |
| Type | function |
| Header File | /Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothingSimulationCloth.h |
| Include Path | #include "ChaosCloth/ChaosClothingSimulationCloth.h" |
template<typename StringType, std::enable_if_t<< StringType >::Value ), int >>
TConstArrayView< FRealSingle > GetWeightMapByProperty
(
const FClothingSimulationSolver * Solver,
const StringType Property
) const