Blueprint event fired when a command surface entry is added.
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 OnSurfaceEntryAdded(const FInteractionUIEntryPresentation& Entry);
Parameters
Inputs
Entry
Prompt or control entry supplied by the event.
Use Cases
- Use during prompt UI and widget presentation workflows when blueprint event fired when a command surface entry is added..