Navigation
API > API/Plugins > API/Plugins/DataflowEditor
Dataflow skin weights painting tool
| Name | UDataflowEditorSkinWeightsPaintTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDataflowEditorSkinWeightsPaintTool : public USkinWeightsPaintTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → UMeshSurfacePointTool → UBaseBrushTool → UDynamicMeshBrushTool → USkinWeightsPaintTool → UDataflowEditorSkinWeightsPaintTool
Implements Interfaces
- IClickDragBehaviorTarget
- IModifierToggleBehaviorTarget
- IHoverBehaviorTarget
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
- ISkeletalMeshEditingInterface
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoneManipulator | TObjectPtr< UDataflowBoneManipulator > | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h | ||
| bWeightsHaveChanged | bool | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h | ||
| DataflowEditorContextObject | TObjectPtr< UDataflowContextObject > | Dataflow context object to be used to retrieve the node context data | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h | |
| OnBoneSelectionChangedDelegateHandle | FDelegateHandle | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h | ||
| SkinWeightNode | FDataflowCollectionEditSkinWeightsNode * | Skin weight node associated with that tool | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetDataflowEditorContextObject
(
TObjectPtr< UDataflowContextObject > InDataflowEditorContextObject |
Set the dataflow context object | DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h | |
void SetSkinWeightNode
(
FDataflowCollectionEditSkinWeightsNode* Node |
DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h |