Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/IMetaSoundGraphPanelPinFactory
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool GetCustomPinIcons
(
UEdGraphPin* InPin, |
Get custom pin icons for a registered data type via pin reference. | IMetaSoundGraphPanelPinFactory.h | |
bool GetCustomPinIcons
(
FName InDataType, |
Get custom pin icons for a registered data type by name. | IMetaSoundGraphPanelPinFactory.h |
GetCustomPinIcons(UEdGraphPin , const FSlateBrush &, const FSlateBrush *&)
Description
Get custom pin icons for a registered data type via pin reference.
| Name | GetCustomPinIcons |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/IMetaSoundGraphPanelPinFactory.h |
| Include Path | #include "IMetaSoundGraphPanelPinFactory.h" |
bool GetCustomPinIcons
(
UEdGraphPin * InPin,
const FSlateBrush *& OutConnectedIcon,
const FSlateBrush *& OutDisconnectedIcon
) const
GetCustomPinIcons(FName, const FSlateBrush &, const FSlateBrush &)
Description
Get custom pin icons for a registered data type by name.
| Name | GetCustomPinIcons |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/IMetaSoundGraphPanelPinFactory.h |
| Include Path | #include "IMetaSoundGraphPanelPinFactory.h" |
bool GetCustomPinIcons
(
FName InDataType,
const FSlateBrush *& OutConnectedIcon,
const FSlateBrush *& OutDisconnectedIcon
) const