UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ClothingMeshUtils::FVertexParameterMapper Member List

This is the complete list of members for ClothingMeshUtils::FVertexParameterMapper, including all inherited members.

FVertexParameterMapper(TConstArrayView< FVector3f > InMesh0Positions, TConstArrayView< FVector3f > InMesh0Normals, TConstArrayView< FVector3f > InMesh1Positions, TConstArrayView< FVector3f > InMesh1Normals, TConstArrayView< uint32 > InMesh1Indices)ClothingMeshUtils::FVertexParameterMapperinline
Map(TConstArrayView< T > &SourceData, TArray< T > &DestData, const Lambda &Func)ClothingMeshUtils::FVertexParameterMapperinline
Map(TConstArrayView< float > Source, TArray< float > &Dest)ClothingMeshUtils::FVertexParameterMapper