Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2
- UEdGraphSchema::GetPinTypeColor()
- UEdGraphSchema_K2::GetPinTypeColor()
- UAnimationGraphSchema::GetPinTypeColor()
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h |
Include | #include "EdGraphSchema_K2.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp |
virtual FLinearColor GetPinTypeColor
&40;
const FEdGraphPinType & PinType
&41; const
Remarks
Gets the draw color of a pin based on it's type. The color representing the passed in type.
Parameters
Name | Description |
---|---|
PinType | The type to convert into a color. |