Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
References
|
|
Module |
Engine |
Header |
/Engine/Source/Runtime/Engine/Classes/Engine/StaticMesh.h |
Include |
#include "Engine/StaticMesh.h" |
Syntax
enum EStaticMeshPaintSupport
{
Default,
Enabled,
Disabled,
}
Values
Name |
Description |
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. |