Navigation
API > API/Plugins > API/Plugins/UVEditor > API/Plugins/UVEditor/UUVEditorMode
Description
Request a change of the displayed UV channel/layer. It will happen on the next tick, and create an undo/redo event.
| Name | RequestUVChannelChange |
| Type | function |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorMode.h |
| Include Path | #include "UVEditorMode.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Private/UVEditorMode.cpp |
void RequestUVChannelChange
(
int32 AssetID,
int32 Channel
)