High-level text and flags for the current interaction widget state.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIStatePresentation
Properties
State Presentation
EInteractionUIWidgetStateKind State Kind
High-level state selected for the widget, e.g., Interacting, WaitingForParticipants, or Terminal.
State Presentation
FText Secondary Text
Secondary state text, e.g., blocked reason, participant count, or helper copy.
State Presentation
bool Uses Interaction Layout
True when the widget should use the interaction prompt layout.
State Presentation
bool Has Paging
True when paging controls are present for the current displayable page set.
State Presentation
float Progress Normalized
Normalized state progress from 0 to 1, e.g., fill amount for hold progress.
State Presentation
int32 Progress Required Count
Required discrete progress count, e.g., taps needed to complete.