Navigation
API > API/Runtime > API/Runtime/DataflowCore
Registry for custom Pin colors
| Name | FPinSettingsRegistry |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeColorsRegistry.h |
| Include Path | #include "Dataflow/DataflowNodeColorsRegistry.h" |
Syntax
class FPinSettingsRegistry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPinSettingsRegistry() |
Dataflow/DataflowNodeColorsRegistry.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FPinSettingsRegistry() |
Dataflow/DataflowNodeColorsRegistry.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DataflowSettingsChangedDelegateHandle | FDelegateHandle | Dataflow/DataflowNodeColorsRegistry.h | ||
| FLazySingleton | friend | Dataflow/DataflowNodeColorsRegistry.h | ||
| SettingsMap | FPinSettingsMap | Dataflow/DataflowNodeColorsRegistry.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLinearColor GetPinColor
(
const FName& PinType |
Dataflow/DataflowNodeColorsRegistry.h | ||
float GetPinWireThickness
(
const FName& PinType |
Dataflow/DataflowNodeColorsRegistry.h | ||
bool IsPinTypeRegistered
(
const FName& PinType |
Dataflow/DataflowNodeColorsRegistry.h | ||
void PinSettingsChangedInSettings
(
const FPinSettingsMap& PinSettingsrMap |
Dataflow/DataflowNodeColorsRegistry.h | ||
void RegisterPinSettings
(
const FName& PinType, |
Dataflow/DataflowNodeColorsRegistry.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FPinSettingsRegistry & Get() |
Dataflow/DataflowNodeColorsRegistry.h | ||
static void TearDown() |
Dataflow/DataflowNodeColorsRegistry.h |