Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FVertexParameterMapper
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Utils/ClothingMeshUtils.h | |||
FVertexParameterMapper
(
const FVertexParameterMapper& |
Utils/ClothingMeshUtils.h | ||
FVertexParameterMapper
(
TConstArrayView< FVector3f > InMesh0Positions, |
Utils/ClothingMeshUtils.h |
FVertexParameterMapper(FVertexParameterMapper &&)
| Name | FVertexParameterMapper |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
FVertexParameterMapper
(
FVertexParameterMapper &&
)
FVertexParameterMapper(const FVertexParameterMapper &)
| Name | FVertexParameterMapper |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
FVertexParameterMapper
(
const FVertexParameterMapper &
)
FVertexParameterMapper(TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< uint32 >)
| Name | FVertexParameterMapper |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
FVertexParameterMapper
(
TConstArrayView< FVector3f > InMesh0Positions,
TConstArrayView< FVector3f > InMesh0Normals,
TConstArrayView< FVector3f > InMesh1Positions,
TConstArrayView< FVector3f > InMesh1Normals,
TConstArrayView< uint32 > InMesh1Indices
)