Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
EStaticMeshPaintSupport |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
| Include Path |
#include "Engine/StaticMesh.h" |
Syntax
enum EStaticMeshPaintSupport
{
Default,
Enabled,
Disabled,
}
Values
| Name |
Remarks |
| Default |
Use the default project setting for whether texture color mesh painting is supported. |
| Enabled |
Enable texture color mesh painting support. |
| Disabled |
Disable texture color mesh painting support. |