Broadcast when the widget requests release back to the UI manager pool.
UPROPERTY(BlueprintAssignable, Category = "InteractionUI")
FInteractionUIWidgetReleaseRequestedSignature OnWidgetReleaseRequested;
Parameters
Inputs
Widget
Widget requesting release.
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.