Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/DataflowEditorTools > API/Plugins/DataflowEditor/DataflowEditorTools/IDataflowEditorToolBuilder
- IDataflowEditorToolBuilder::GetSupportedConstructionViewModes()
- UDataflowEditorWeightMapPaintToolBuilder::GetSupportedConstructionViewModes()
References
| Module | DataflowEditor |
| Header | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/DataflowEditorTools/DataflowEditorToolBuilder.h |
| Include | #include "DataflowEditorTools/DataflowEditorToolBuilder.h" |
void GetSupportedConstructionViewModes
(
const UDataflowContextObject & ContextObject,
TArray < const UE::Dataflow::IDataflowConstructionViewMode * > & Modes
) const
Remarks
Returns all Construction View modes that this tool can operate in. The first element should be the preferred mode to switch to if necessary.