Tala Esenlikler

EInteractionUIWidgetStateKind

High-level widget state derived from focus, availability, progress, and route data.

Interaction Framework 1.0.0 UE5.7 Enum InteractionViewModel.h

High-level widget state derived from focus, availability, progress, and route data.

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

Values

OutOfRange 0
No usable interaction is in range.
PointOfInterest 1
A point is near enough to notice but not fully interactable.
NearbyPassive 2
A nearby point is visible as passive information.
Interacting 3
The player can interact or is selecting a prompt.
Disabled 4
The interaction is disabled.
WaitingForParticipants 5
A group route is waiting for enough participants.
Committed 6
The local participant has committed to a group route.
Active 7
A route is actively executing.
Satisfied 8
The local participant has satisfied their contribution.
Terminal 9
The route has completed, failed, or been cancelled.

Related Docs