Navigation
API > API/Plugins > API/Plugins/DataflowEditor > API/Plugins/DataflowEditor/UDataflowEditorMode
Description
Each node has a set of view modes it can use. For each distinct set of available view modes, we store the last mode that the user has chosen. Use this function to find the most recently used view mode for nodes having the same set of available modes. Returns nullptr if there is nothing stored for the input set of modes
| Name | FindRecentlyUsedViewMode |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditorMode.h |
| Include Path | #include "Dataflow/DataflowEditorMode.h" |
| Source | /Engine/Plugins/Experimental/Dataflow/Source/DataflowEditor/Private/Dataflow/DataflowEditorMode.cpp |
const FName * FindRecentlyUsedViewMode
(
const TArray < FName > & AvailableViewModes
) const