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" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/Utils/ClothingMeshUtils.cpp |
void Map
&40;
TConstArrayView< float > Source,
TArray< float > & Dest
&41;
Remarks
Remap float scalar values. This transfers the values from source to dest by matching the mesh topologies using barycentric coordinates of the dest mesh (Mesh0) positions over the source mesh (Mesh1).