Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimationStateMachineSchema
- UEdGraphSchema::GetPinTypeColor()
- UAnimationStateMachineSchema::GetPinTypeColor()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimationStateMachineSchema.h |
Include | #include "AnimationStateMachineSchema.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.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. |