Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UStaticMesh
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.
| Name | GetUVChannelData |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path | #include "Engine/StaticMesh.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
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. |