Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/UAIGraphSchema
- UEdGraphSchema::GetPinTypeColor()
- UAIGraphSchema::GetPinTypeColor()
- UConversationGraphSchema::GetPinTypeColor()
- UEdGraphSchema_BehaviorTree::GetPinTypeColor()
References
Module | AIGraph |
Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
Include | #include "AIGraphSchema.h" |
Source | /Engine/Source/Editor/AIGraph/Private/AIGraphSchema.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. |