Tala Esenlikler
Widget Base

OnControlEntryUpdated

Blueprint event fired when a control entry changes.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Blueprint event fired when a control entry changes.

Implement this in prompt widgets to update controller or keyboard control rows when the current surface page changes or command input presentation is refreshed.

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintImplementableEvent, Category = "InteractionUI")
void OnControlEntryUpdated( const FInteractionUIEntryPresentation& NewEntry, const FInteractionUIEntryPresentation& OldEntry);

Parameters

Inputs

Use Cases

  • Use during prompt UI and widget presentation workflows when blueprint event fired when a control entry changes..

Related Docs