Navigation
API > API/Editor > API/Editor/StaticMeshEditor > API/Editor/StaticMeshEditor/UStaticMeshEditorSubsystem
References
| Module | StaticMeshEditor |
| Header | /Engine/Source/Editor/StaticMeshEditor/Public/StaticMeshEditorSubsystem.h |
| Include | #include "StaticMeshEditorSubsystem.h" |
| Source | /Engine/Source/Editor/StaticMeshEditor/Private/StaticMeshEditorSubsystem.cpp |
int32 GetNumUVChannels
&40;
UStaticMesh &42; StaticMesh,
int32 LODIndex
&41;
Remarks
Returns the number of UV channels for the given LOD of a StaticMesh. the number of UV channels.
Parameters
| Name | Description |
|---|---|
| StaticMesh | Static mesh to query. |
| LODIndex | Index of the StaticMesh LOD. |