Navigation
API > API/Plugins > API/Plugins/MetasoundEditor > API/Plugins/MetasoundEditor/IMetaSoundGraphPanelPinFactory
Description
Register a pin widget factory for a specific pin category. Categories are broader classifications like Boolean, Float, Int32, etc. Category delegates are used as a fallback when no data-type-specific delegate is found.
| Name | RegisterCategoryPin |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEditor/Public/IMetaSoundGraphPanelPinFactory.h |
| Include Path | #include "IMetaSoundGraphPanelPinFactory.h" |
void RegisterCategoryPin
(
FName InPinCategory,
FOnCreateMetaSoundPinWidget InCreateDelegate
)