Navigation
Unreal Engine C++ API Reference > Editor > AudioEditor > SoundClassGraph > USoundClassGraphSchema
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundClassGraph/SoundClassGraphSchema.h |
Include | #include "SoundClassGraph/SoundClassGraphSchema.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundClassGraphSchema.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. |