Choose your operating system:
Windows
macOS
Linux
| UEdGraphSchema::GetPinTypeColor()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/MetasoundEditorGraphSchema.h |
Include |
#include "MetasoundEditorGraphSchema.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Private/MetasoundEditorGraphSchema.cpp |
virtual FLinearColor GetPinTypeColor
(
const FEdGraphPinType & PinType
) const
Gets the draw color of a pin based on it's type.
The color representing the passed in type.
Parameter |
Description |
---|---|
PinType |
The type to convert into a color. |