Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | FDataflowEditorVertexAttributePaintToolDisplayProperties |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h" |
Syntax
USTRUCT ()
struct FDataflowEditorVertexAttributePaintToolDisplayProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorMode | EDataflowEditorToolColorMode | Vertex color display mode (Greyscale, Ramp, ... ) | DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | |
| ColorRamp | FDataflowColorRamp | Color ramp to use when the color mode is set to "Ramp". | DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | |
| GreyScaleColorRamp | FDataflowColorCurveOwner | Used by UI customization. | DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | |
| WhiteColorRamp | FDataflowColorCurveOwner | DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |