Navigation
API > API/Plugins > API/Plugins/MeshPartition > API/Plugins/MeshPartition/FMeshData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TArray< float > & GetWeightLayerValues
(
const FName& InWeightLayerName |
MeshPartitionMeshData.h | ||
TArray< float > GetWeightLayerValues
(
const FName& InWeightLayerName, |
MeshPartitionMeshData.h |
GetWeightLayerValues(const FName &)
| Name | GetWeightLayerValues |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/MeshPartitionMeshData.h |
| Include Path | #include "MeshPartitionMeshData.h" |
const TArray < float > & GetWeightLayerValues
(
const FName & InWeightLayerName
) const
GetWeightLayerValues(const FName &, TConstArrayView< int >)
| Name | GetWeightLayerValues |
| Type | function |
| Header File | /Engine/Plugins/Experimental/MeshPartition/Source/MeshPartition/Public/MeshPartitionMeshData.h |
| Include Path | #include "MeshPartitionMeshData.h" |
TArray < float > GetWeightLayerValues
(
const FName & InWeightLayerName,
TConstArrayView< int > InVertexIDs
) const