Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph > API/Plugins/CommonConversationGraph/UConversationGraphSchema
- UEdGraphSchema::GetPinTypeColor()
- UAIGraphSchema::GetPinTypeColor()
- UConversationGraphSchema::GetPinTypeColor()
References
Module | CommonConversationGraph |
Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
Include | #include "ConversationGraphSchema.h" |
Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphSchema.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. |