Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphSchema
Description
Gets the draw color of a pin based on the UEdGraphPin. Will return GetPinTypeColor by default
| Name | GetPinColor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
virtual FLinearColor GetPinColor
(
const UEdGraphPin * InPin
) const
The color representing the passed in pin
Parameters
| Name | Remarks |
|---|---|
| InPin | The pin to convert into a color. |