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 |
bool RemoveUVChannel
&40;
UStaticMesh &42; StaticMesh,
int32 LODIndex,
int32 UVChannelIndex
&41;
Remarks
Removes the UV channel at the specified channel index on the given LOD of a StaticMesh. true if the UV channel was removed.
Parameters
| Name | Description |
|---|---|
| StaticMesh | Static mesh on which to remove the UV channel. |
| LODIndex | Index of the StaticMesh LOD. |
| UVChannelIndex | Index where to remove the UV channel. |