Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Dataflow Editor tool to paint a vertex attribute as vertex colors
| Name | UDataflowEditorVertexAttributePaintTool |
| Type | class |
| Header File | /Engine/Plugins/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEditorVertexAttributePaintTool : public UMeshVertexAttributePaintToolBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → UMeshSurfacePointTool → UMeshSculptToolBase → UMeshVertexAttributePaintToolBase → UDataflowEditorVertexAttributePaintTool
Implements Interfaces
- IClickDragBehaviorTarget
- IModifierToggleBehaviorTarget
- IHoverBehaviorTarget
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDataflowEditorContextObject
(
TObjectPtr< UDataflowContextObject > InDataflowEditorContextObject |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | ||
void SetEditorMode
(
UDataflowEditorMode* InMode |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
Public Virtual
Overridden from UMeshVertexAttributePaintToolBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CommitToolMesh
(
FDynamicMesh3& InToolMesh |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | ||
virtual void SetFocusInViewport() |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h | ||
virtual bool SetupToolMesh
(
FDynamicMesh3& InOutToolMesh, |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Setup() |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddReferencedObjects
(
UObject* InThis, |
DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |