Navigation
API > API/Plugins > API/Plugins/UVEditor > API/Plugins/UVEditor/UUVEditorUVChannelProperties
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditorModeChannelProperties.h |
| Include | #include "UVEditorModeChannelProperties.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Private/UVEditorModeChannelProperties.cpp |
int32 GetSelectedChannelIndex
&40;
bool bForceToZeroOnFailure
&41;
selected UV channel index, or -1 if invalid selection, or 0 if invalid selection and bool bForceToZeroOnFailure = true
Parameters
| Name | Description |
|---|---|
| bForceToZeroOnFailure | if true, then instead of returning -1 we return 0 so calling code can fallback to default UV paths |