sirius-utility-nodes
sirius-utility-nodes copied to clipboard
Feature: K2Node_SiriusBindEvent
At work, the only time we still need to explicitly cast to a type (i.e. can't solve this with an interface) is when we want to bind to an event of a specific object. Look into creating a K2Node that can query available events of an arbitrary UObject, allows the user to select the right one and bind an event to the resulting delegate pin.