Tala Esenlikler
Surface Projection

Control Entries

Non-command control entries such as paging or cancel controls.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionUIEntryPresentation> FInteractionUISurfaceProjection InteractionViewModel.h

Non-command control entries such as paging or cancel controls.

This array (TArray<FInteractionUIEntryPresentation>) belongs to FInteractionUISurfaceProjection under InteractionUI.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionUISurfaceProjection
Module InteractionFrameworkAPI
Category InteractionUI
UPROPERTY(BlueprintReadOnly, Category = "InteractionUI")
TArray<FInteractionUIEntryPresentation> ControlEntries;

Related Docs