Navigation
BlueprintAPI > BlueprintAPI/StaticMeshUtilities
Returns the number of UV channels for the given LOD of a StaticMesh.
Target is Static Mesh Editor Subsystem
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Static Mesh | Static mesh to query. |
| integer | LODIndex | Index of the StaticMesh LOD. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| integer | Return Value | the number of UV channels. |