Connection Classes
Last updated
Last updated
The Custom Connection class in Open Logic represents a link between a source pin and a target pin.
Right-click in the Content Drawer.
Select Blueprint Class.
Search for CustomConnection
and select it.
The connection class can be assigned within a NodeBase class in the class defaults.
You can retrieve the source and target pins using the Get Source Pin
and Get Target Pin
functions, respectively.
This event is triggered when a connection has been made between two pins.
This event is triggered when the connection renderer requests to paint the connection.
This function allows to make custom wire styles.
This event is triggered when the wire data needs to be recalculated. For instance, this occurs when a parent node has moved.