Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
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. |