Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon
Object used to map vertex parameters between two meshes using the same barycentric mesh to mesh mapping data we use for clothing
| Name | FVertexParameterMapper |
| Type | class |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
Syntax
class FVertexParameterMapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Utils/ClothingMeshUtils.h | |||
FVertexParameterMapper
(
const FVertexParameterMapper& |
Utils/ClothingMeshUtils.h | ||
FVertexParameterMapper
(
TConstArrayView< FVector3f > InMesh0Positions, |
Utils/ClothingMeshUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mesh0Normals | TConstArrayView< FVector3f > | Utils/ClothingMeshUtils.h | ||
| Mesh0Positions | TConstArrayView< FVector3f > | Utils/ClothingMeshUtils.h | ||
| Mesh1Indices | TConstArrayView< uint32 > | Utils/ClothingMeshUtils.h | ||
| Mesh1Normals | TConstArrayView< FVector3f > | Utils/ClothingMeshUtils.h | ||
| Mesh1Positions | TConstArrayView< FVector3f > | Utils/ClothingMeshUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Remap float scalar values. | Utils/ClothingMeshUtils.h | ||
| Generic mapping function, can be used to map any type with a provided callable | Utils/ClothingMeshUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVertexParameterMapper & operator=
(
const FVertexParameterMapper& |
Utils/ClothingMeshUtils.h | ||
| Utils/ClothingMeshUtils.h |