Tala Esenlikler
Widget Base

OnSurfaceEntryUpdated

Blueprint event fired when a command surface entry changes.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Blueprint event fired when a command surface entry changes.

Implement this in prompt widgets to update command rows when a surface entry is added, removed, paged, or refreshed.

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

Parameters

Inputs

Use Cases

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

Related Docs