Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/IDataflowEditorToolBuilder
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.
Derived Overrides
- UDataflowEditorEditSkeletonBonesToolBuilder::GetSupportedConstructionViewModes
- UDataflowEditorSkinWeightsPaintToolBuilder::GetSupportedConstructionViewModes
- UDataflowEditorVertexAttributePaintToolBuilder::GetSupportedConstructionViewModes
- UDataflowEditorWeightMapPaintToolBuilder::GetSupportedConstructionViewModes
| Name | GetSupportedConstructionViewModes |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorToolBuilder.h |
| Include Path | #include "DataflowEditorTools/DataflowEditorToolBuilder.h" |
void GetSupportedConstructionViewModes
(
const UDataflowContextObject & ContextObject,
TArray < const UE::Dataflow::IDataflowConstructionViewMode * > & Modes
) const