Navigation
API > API/Developer > API/Developer/MeshUtilities > API/Developer/MeshUtilities/IMeshUtilities
References
Module | MeshUtilities |
Header | /Engine/Source/Developer/MeshUtilities/Public/MeshUtilities.h |
Include | #include "MeshUtilities.h" |
void CalculateTextureCoordinateBoundsForSkeletalMesh
&40;
const FSkeletalMeshLODModel & LODModel,
TArray< FBox2D > & OutBounds
&41; const
Remarks
Calculates UV coordinates bounds for the given Skeletal Mesh
Parameters
Name | Description |
---|---|
InRawMesh | Skeletal Mesh to calculate the bounds for |
OutBounds | Out texture bounds (min-max) |