Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDeveloperSettings
- UDataflowSettings
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowSettings.h |
| Include | #include "Dataflow/DataflowSettings.h" |
Syntax
class UDataflowSettings : public UDeveloperSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | ArrayPinTypeColor | TArray<> pin type color. The other pin colors are defined in the general editor settings. | |
| FLinearColor | BoxPinTypeColor | FBox pin type color. The other pin colors are defined in the general editor settings. | |
| FLinearColor | ManagedArrayCollectionPinTypeColor | FManagedArrayCollection pin type color. | |
| TMap< FName, FNodeColors > | NodeColorsMap | ||
| FOnDataflowSettingsChanged | OnDataflowSettingsChangedDelegate | ||
| FLinearColor | SpherePinTypeColor | FSphere pin type color. The other pin colors are defined in the general editor settings. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDataflowSettings
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TMap< FName, FNodeColors > & | |||
| FOnDataflowSettingsChanged & | Gets a multicast delegate which is called whenever one of the parameters in this settings object changes. | ||
| FNodeColors | RegisterColors
(
const FName& Category, |
Overridden from UDeveloperSettings
| Type | Name | Description | |
|---|---|---|---|
| FName | Gets the category for the settings, some high level grouping like, Editor, Engine, Game...etc. | ||
| FText | Gets the section text, uses the classes DisplayName by default. |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
UObject interface |
Typedefs
| Name | Description |
|---|---|
| FOnDataflowSettingsChanged |