Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnly
| |
|
| Name |
EAttributeEditorToolActions |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/AttributeEditorTool.h |
| Include Path |
#include "AttributeEditorTool.h" |
Syntax
enum EAttributeEditorToolActions
{
NoAction,
ClearNormals,
DiscardTangents,
ClearAllUVs,
ClearSelectedUVs,
AddUVSet,
DeleteSelectedUVSet,
DuplicateSelectedUVSet,
AddAttribute,
AddWeightMapLayer,
AddPolyGroupLayer,
DeleteAttribute,
ClearAttribute,
CopyAttributeFromTo,
EnableLightmapUVs,
DisableLightmapUVs,
ResetLightmapUVChannels,
}
Values
| Name |
Remarks |
| NoAction |
|
| ClearNormals |
|
| DiscardTangents |
|
| ClearAllUVs |
|
| ClearSelectedUVs |
|
| AddUVSet |
|
| DeleteSelectedUVSet |
|
| DuplicateSelectedUVSet |
|
| AddAttribute |
|
| AddWeightMapLayer |
|
| AddPolyGroupLayer |
|
| DeleteAttribute |
|
| ClearAttribute |
|
| CopyAttributeFromTo |
|
| EnableLightmapUVs |
|
| DisableLightmapUVs |
|
| ResetLightmapUVChannels |
|