Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| |
|
| Name |
EMeshGroupPaintToolActions |
| Type |
enum |
| Header File |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshGroupPaintTool.h |
| Include Path |
#include "MeshGroupPaintTool.h" |
Syntax
enum EMeshGroupPaintToolActions
{
NoAction,
ClearFrozen,
FreezeCurrent,
FreezeOthers,
GrowCurrent,
ShrinkCurrent,
ClearCurrent,
FloodFillCurrent,
ClearAll,
}
Values
| Name |
Remarks |
| NoAction |
|
| ClearFrozen |
|
| FreezeCurrent |
|
| FreezeOthers |
|
| GrowCurrent |
|
| ShrinkCurrent |
|
| ClearCurrent |
|
| FloodFillCurrent |
|
| ClearAll |
|