Progress payload for a prompt row.
USTRUCT(BlueprintType)
struct INTERACTIONFRAMEWORKAPI_API FInteractionUIPromptProgressPresentation
Properties
Prompt Progress Presentation
bool Has Progress
True when the prompt currently has meaningful progress data.
Prompt Progress Presentation
float Normalized Progress
Normalized progress from 0 to 1 when available, e.g., progress bar percent.
Prompt Progress Presentation
float Elapsed Seconds
Elapsed active progress time in seconds, e.g., show "1.2s" into a hold.
Prompt Progress Presentation
int32 Current Count
Current discrete progress count, e.g., current tap count.
Prompt Progress Presentation
int32 Required Count
Required discrete progress count, e.g., taps needed to complete.