Tala Esenlikler

OnWidgetReleaseRequested

Broadcast when the widget requests release back to the UI manager pool.

Interaction Framework 1.0.0 UE5.7 Delegate UInteractionUIWidgetBase

Broadcast when the widget requests release back to the UI manager pool.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UPROPERTY(BlueprintAssignable, Category = "InteractionUI")
FInteractionUIWidgetReleaseRequestedSignature OnWidgetReleaseRequested;

Parameters

Inputs

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.

Related Docs