Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USkeletalMesh
Description
Returns the UV channel data for a given material index. Used by the texture streamer. This data applies to all lod-section using the same material. USkinnedAsset interface.
Virtual Inheritance
- USkinnedAsset::GetUVChannelData → USkeletalMesh::GetUVChannelData
| Name | GetUVChannelData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h |
| Include Path | #include "Engine/SkeletalMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
virtual const FMeshUVChannelInfo * GetUVChannelData
(
int32 MaterialIndex
) const
the data, or null if none exists.
Parameters
| Name | Remarks |
|---|---|
| MaterialIndex | the material index for which to get the data for. |