Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/UDataflowEditorSkinWeightsPaintT-_1
Description
Returns all Construction View modes that this tool can operate in. The first element should be the preferred mode to switch to if necessary.
Virtual Inheritance
- IDataflowEditorToolBuilder::GetSupportedConstructionViewModes → UDataflowEditorSkinWeightsPaintToolBuilder::GetSupportedConstructionViewModes
| Name | GetSupportedConstructionViewModes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/DataflowEditorTools/DataflowEditorSkinWeightsPaintTool.cpp |
virtual void GetSupportedConstructionViewModes
(
const UDataflowContextObject & ContextObject,
TArray < const UE::Dataflow::IDataflowConstructionViewMode * > & Modes
) const