UConversationGraphSchema::GetPinTypeColor

Gets the draw color of a pin based on it's type.

Windows
MacOS
Linux

Override Hierarchy

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

Syntax

virtual FLinearColor GetPinTypeColor
(
    const FEdGraphPinType & PinType
) const

Remarks

Gets the draw color of a pin based on it's type.

Returns

The color representing the passed in type.

Parameters

Parameter

Description

PinType

The type to convert into a color.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss