Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundCueGraph > USoundCueGraphSchema
- UEdGraphSchema::GetPinTypeColor()
- USoundCueGraphSchema::GetPinTypeColor()
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundCueGraph/SoundCueGraphSchema.h |
Include | #include "SoundCueGraph/SoundCueGraphSchema.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundCueGraphSchema.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. |