UEdGraphSchema_BehaviorTree::GetPinTypeColor

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

Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UEdGraphSchema_BehaviorTree

References

   
Module BehaviorTreeEditor
Header /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h
Include #include "EdGraphSchema_BehaviorTree.h"
Source /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp
virtual [FLinearColor](API\Runtime\Core\Math\FLinearColor) GetPinTypeColor
(
    const [FEdGraphPinType](API\Runtime\Engine\EdGraph\FEdGraphPinType) & PinType
) 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library