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
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVertexParameterMapper
(
const FVertexParameterMapper& |
|||
FVertexParameterMapper
(
TConstArrayView< FVector3f > InMesh0Positions, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Remap float scalar values. | ||
| void | Generic mapping function, can be used to map any type with a provided callable |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FVertexParameterMapper & | operator=
(
const FVertexParameterMapper& |
||
| FVertexParameterMapper & |