Tala Esenlikler

EInteractionRuntimeMultiParticipantRoutePhase

High-level state of a multi-participant route for UI and Blueprint feedback.

Interaction Framework 1.0.0 UE5.7 Enum InteractionMultiParticipantTypes.h

High-level state of a multi-participant route for UI and Blueprint feedback.

Module InteractionFrameworkAPI
Category multi
UENUM(BlueprintType)
enum class EInteractionRuntimeMultiParticipantRoutePhase : uint8

Values

WaitingForParticipants 0
The route is waiting for enough participants to enter.
Active 1
The route has quorum and is evaluating/executing contribution.
Terminal 2
The route has completed, cancelled, or failed.

Related Docs