Tala Esenlikler
Participation Policy Object

Policy

Participation mode applied by this policy object.

Interaction Framework 1.0.0 UE5.7 EInteractionRuntimeParticipationPolicyType UInteractionRuntimeParticipationPolicyObject InteractionRuntimePolicyObjects.h

Participation mode applied by this policy object.

This enum selection (EInteractionRuntimeParticipationPolicyType) belongs to UInteractionRuntimeParticipationPolicyObject 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 UInteractionRuntimeParticipationPolicyObject
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
EInteractionRuntimeParticipationPolicyType Policy = EInteractionRuntimeParticipationPolicyType::SingleInteractor;

Related Docs