Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/Utils
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include | #include "Utils/ClothingMeshUtils.h" |
Syntax
class FVertexParameterMapper
Remarks
Object used to map vertex parameters between two meshes using the same barycentric mesh to mesh mapping data we use for clothing
Variables
| Type | Name | Description | |
|---|---|---|---|
| TConstArrayView< FVector3f > | InMesh0Normals | ||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayVi... | InMesh1Indices | ||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > | InMesh1Normals | ||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > | InMesh1Positions |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Map
(
TConstArrayView< float > Source, |
Remap float scalar values. | |
| void | Map
(
TConstArrayView< T >& SourceData, |
Generic mapping function, can be used to map any type with a provided callable | |
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayVi... | |||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayVi... | |||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayVi... | |||
| TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayView< FVector3f > TConstArrayVi... | |||