Navigation
API > API/Plugins > API/Plugins/DataflowEditor
| |
|
| Name |
UDataflowEditorUserSettings |
| Type |
class |
| Header File |
/Engine/Plugins/Dataflow/Source/DataflowEditor/Public/Dataflow/DataflowEditor.h |
| Include Path |
#include "Dataflow/DataflowEditor.h" |
Syntax
UCLASS (MinimalAPI, Config=EditorPerProjectUserSettings)
class UDataflowEditorUserSettings : public UObject
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bShowPerformanceData |
bool |
Whether to show the performance data on top of the nodes |
Dataflow/DataflowEditor.h |
- Config
- EditAnywhere
- Category="Dataflow"
|
| bUseAsyncEvaluation |
bool |
When true use the task graph based evaluation system |
Dataflow/DataflowEditor.h |
- Config
- EditAnywhere
- Category="Dataflow"
|