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