Navigation
API > API/Plugins > API/Plugins/MeshModelingTools > API/Plugins/MeshModelingTools/Properties
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UMeshUVChannelProperties
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Properties/MeshUVChannelProperties.h |
| Include | #include "Properties/MeshUVChannelProperties.h" |
Syntax
UCLASS ()
class UMeshUVChannelProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | UVChannel | Select UV channel in the mesh | |
| TArray< FString > | UVChannelNamesList |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetSelectedChannelIndex
(
bool bForceToZeroOnFailure |
||
| const TArray< FString > & | |||
| void | Initialize
(
int32 NumUVChannels, |
||
| void | Initialize
(
const FMeshDescription* MeshDescription, |
||
| void | Initialize
(
const FDynamicMesh3* Mesh, |
||
| bool | ValidateSelection
(
bool bUpdateIfInvalid |
Verify that the UV channel selection is valid |