|
ArticyXImporter
ArticyXImporter for Unreal Engine
|
A factory class for creating custom graph pins in the editor. More...
#include <ArticyPinFactory.h>
Public Member Functions | |
| virtual TSharedPtr< SGraphPin > | CreatePin (UEdGraphPin *Pin) const override |
| Creates a custom pin for the given graph pin if it matches specific types. | |
A factory class for creating custom graph pins in the editor.
This class extends FGraphPanelPinFactory to provide custom pins for Articy data types. It checks the pin's type and creates the appropriate custom pin widget if the pin type matches FArticyRef or FArticyId.
|
inlineoverridevirtual |
Creates a custom pin for the given graph pin if it matches specific types.
This method overrides the CreatePin method from FGraphPanelPinFactory to produce custom pins for specific Articy data types. If the pin's sub-category object matches FArticyRef or FArticyId, a corresponding custom pin widget is created.
| Pin | The graph pin for which a custom widget is to be created. |