One resolved prompt entry on a paged interaction surface.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionRuntimeResolvedSurfaceEntry
Properties
Resolved Surface Entry
int32 Surface Index
Absolute entry index in the resolved surface, e.g., use as a stable row id.
Resolved Surface Entry
int32 Page Number
One-based page number containing this entry, e.g., display page navigation state.
Resolved Surface Entry
int32 Page Local Index
Zero-based index within the current page, e.g., bind to command slot 0, 1, 2, or 3.
Resolved Surface Entry
FInteractionRuntimeResolvedPrompt Prompt
Prompt data for this surface entry, e.g., command id, availability, and resolved pattern.