Tala Esenlikler
Resolved Surface

Surface Entries

Entries visible or resolved for the current surface page.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeResolvedSurfaceEntry> FInteractionRuntimeResolvedSurface InteractionInteractorState.h

Entries visible or resolved for the current surface page.

This array (TArray<FInteractionRuntimeResolvedSurfaceEntry>) belongs to FInteractionRuntimeResolvedSurface under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

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

Owner FInteractionRuntimeResolvedSurface
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
TArray<FInteractionRuntimeResolvedSurfaceEntry> SurfaceEntries;

Related Docs