Tala Esenlikler

EInteractionUIAvailabilityState

UI-facing availability state for a prompt.

Interaction Framework 1.0.0 UE5.8 Enum InteractionViewModel.h

UI-facing availability state for a prompt.

Module InteractionFrameworkAPI
Category ui
UENUM(BlueprintType)
enum class EInteractionUIAvailabilityState : uint8

Values

None 0
No availability has been resolved yet.
Available 1
Prompt is available and can be executed.
Inactive 2
Prompt is not active for the current context.
Waiting 3
Prompt is waiting on participants or route state.
Cooldown 4
Prompt is blocked by cooldown.
Blocked 5
Prompt is blocked by requirements, policy, range, or disabled state.

Related Docs