Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UStaticMesh
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
Include | #include "Engine/StaticMesh.h" |
Source | /Engine/Source/Runtime/Engine/Private/StaticMesh.cpp |
const FMeshUVChannelInfo &42; GetUVChannelData
&40;
int32 MaterialIndex
&41; const
Remarks
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. the data, or null if none exists.
Parameters
Name | Description |
---|---|
MaterialIndex | the material index for which to get the data for. |