Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/Utils > API/Runtime/ClothingSystemRuntimeCommon/Utils/FVertexParameterMapper > API/Runtime/ClothingSystemRuntimeCommon/Utils/FVertexParameterMapper/Map
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include | #include "Utils/ClothingMeshUtils.h" |
template<typename T, typename Lambda>
void Map
&40;
TConstArrayView< T > & SourceData,
TArray< T > & DestData,
const Lambda & Func
&41;
Remarks
Generic mapping function, can be used to map any type with a provided callable