Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/UDataflowEditorVertexAttributePa-_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 → UDataflowEditorVertexAttributePaintToolBuilder::GetSupportedConstructionViewModes
| Name | GetSupportedConstructionViewModes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorVertexAttributePaintTool.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/DataflowEditorTools/DataflowEditorVertexAttributePaintTool.cpp |
virtual void GetSupportedConstructionViewModes
(
const UDataflowContextObject & ContextObject,
TArray < const UE::Dataflow::IDataflowConstructionViewMode * > & Modes
) const