Tala Esenlikler
Policy Profile Object

Participation Policy

Default participation policy used by the profile, e.g., MultipleInteractors for group-only targets.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeParticipationPolicyType UInteractionRuntimePolicyProfileObject InteractionRuntimePolicyObjects.h

Default participation policy used by the profile, e.g., MultipleInteractors for group-only targets.

This enum selection (EInteractionRuntimeParticipationPolicyType) belongs to UInteractionRuntimePolicyProfileObject under InteractionRuntime|Policy.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

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

Owner UInteractionRuntimePolicyProfileObject
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
EInteractionRuntimeParticipationPolicyType ParticipationPolicy = EInteractionRuntimeParticipationPolicyType::SingleInteractor;

Related Docs