Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| Name | UDataflowEditorMeshWeightMapPaintToolActions |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorWeightMapPaintTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEditorMeshWeightMapPaintToolActions : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UDataflowEditorMeshWeightMapPaintToolActions
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UDataflowEditorMeshWeightMapPaintToolActions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentTool | TWeakObjectPtr< UDataflowEditorWeightMapPaintTool > | DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearAll() |
DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
|
|
void FloodFillCurrent() |
DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
|
|
void Initialize
(
UDataflowEditorWeightMapPaintTool* ParentToolIn |
DataflowEditorTools/DataflowEditorWeightMapPaintTool.h | ||
void InvertCurrent() |
Invert the values in range [0, 1] for the current selected geometry, including interior vertices | DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
|
void InvertCurrentSurface() |
Invert the values in range [0, 1] for the current selected surface | DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |
|
void PostAction
(
EDataflowEditorWeightMapPaintToolActions Action |
DataflowEditorTools/DataflowEditorWeightMapPaintTool.h |