Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Types of standard materials that Tools may request from Context
| Name | EStandardToolContextMaterials |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include Path | #include "ToolContextInterfaces.h" |
Syntax
enum EStandardToolContextMaterials
{
VertexColorMaterial = 1,
}
Values
| Name | Remarks |
|---|---|
| VertexColorMaterial | White material that displays vertex colors set on mesh |