UAnimationStateMachineSchema::GetPinTypeColor

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

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::GetPinTypeColor()

UAnimationStateMachineSchema::GetPinTypeColor()

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h

Include

#include "AnimationStateMachineSchema.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.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