Tala Esenlikler
Multi Participant Route Event

Failure Reason

Failure detail for Cancelled or Failed events, e.g., TimedOut or RequirementsFailed.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeFailureReason FInteractionRuntimeMultiParticipantRouteEvent InteractionEvents.h

Failure detail for Cancelled or Failed events, e.g., TimedOut or RequirementsFailed.

This enum selection (EInteractionRuntimeFailureReason) belongs to FInteractionRuntimeMultiParticipantRouteEvent under InteractionRuntime|MultiParticipant.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeMultiParticipantRouteEvent
Module InteractionFrameworkAPI
Category InteractionRuntime|MultiParticipant
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|MultiParticipant")
EInteractionRuntimeFailureReason FailureReason = EInteractionRuntimeFailureReason::Invalid;

Related Docs