Tala Esenlikler

FInteractionUIPromptProgressPresentation

Progress payload for a prompt row.

Interaction Framework 1.0.0 UE5.7 Struct InteractionViewModel.h

Progress payload for a prompt row.

Module InteractionFrameworkAPI
Category ui
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIPromptProgressPresentation

Properties

Prompt Progress Presentation

Has Progress

True when the prompt currently has meaningful progress data.

bool
Prompt Progress Presentation

Normalized Progress

Normalized progress from 0 to 1 when available, e.g., progress bar percent.

float
Prompt Progress Presentation

Elapsed Seconds

Elapsed active progress time in seconds, e.g., show "1.2s" into a hold.

float
Prompt Progress Presentation

Duration Seconds

Required duration in seconds for hold-style progress.

float
Prompt Progress Presentation

Current Count

Current discrete progress count, e.g., current tap count.

int32
Prompt Progress Presentation

Required Count

Required discrete progress count, e.g., taps needed to complete.

int32

Related Docs