Navigation
API > API/Plugins > API/Plugins/ChaosCloth > API/Plugins/ChaosCloth/FClothingSimulationCloth
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstArrayView< int32 > GetFaceIntMapByProperty
(
const FClothingSimulationSolver* Solver, |
Return the face int 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< int32 > GetFaceIntMapByProperty
(
const FClothingSimulationSolver* Solver, |
ChaosCloth/ChaosClothingSimulationCloth.h |
GetFaceIntMapByProperty(const FClothingSimulationSolver *, const FName &)
Description
Return the face int map of the specified property name if it exists and is available on the current LOD, or an empty array view otherwise.
| Name | GetFaceIntMapByProperty |
| 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< int32 > GetFaceIntMapByProperty
(
const FClothingSimulationSolver * Solver,
const FName & Property
) const
GetFaceIntMapByProperty(const FClothingSimulationSolver *, const StringType)
| Name | GetFaceIntMapByProperty |
| 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< int32 > GetFaceIntMapByProperty
(
const FClothingSimulationSolver * Solver,
const StringType Property
) const