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.
UFUNCTION(BlueprintImplementableEvent, Category = "InteractionUI")
void OnSurfaceEntryUpdated( const FInteractionUIEntryPresentation& NewEntry, const FInteractionUIEntryPresentation& OldEntry);
Parameters
Inputs
NewEntry
New prompt or control entry.
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 changes..