FInteractionUIWidgetReleaseRequestedSignature is a Blueprint-compatible delegate for Interaction Framework runtime events.
DECLARE_DYNAMIC_MULTICAST_DELEGATE_OneParam(FInteractionUIWidgetReleaseRequestedSignature, UInteractionUIWidgetBase*, Widget);
Parameters
Inputs
Widget
Widget requesting release back to the UI manager or pool.
Use Cases
- Bind Blueprint event handlers to react to runtime interaction changes without polling.
Notes
- Delegate parameters are supplied by the broadcaster; handlers should treat object pointers as runtime references.