Blueprint event fired when a command surface entry is removed.
Use this from prompt UI and widget presentation code on UInteractionUIWidgetBase when the operation described by the summary is needed.
UFUNCTION(BlueprintImplementableEvent, Category = "InteractionUI")
void OnSurfaceEntryRemoved(const FInteractionUIEntryPresentation& OldEntry);
Parameters
Inputs
OldEntry
Previous prompt or control entry.
Use Cases
- Use during prompt UI and widget presentation workflows when blueprint event fired when a command surface entry is removed..