Tala Esenlikler
Variant Definition

Participation Policy Override

Optional participation policy override for this variant.

Interaction Framework 1.0.0 UE5.8 TObjectPtr<UInteractionRuntimeParticipationPolicyObject> FInteractionRuntimeVariantDefinition InteractionRuntimeTargetDefinition.h

Optional participation policy override for this variant.

This object/class reference (TObjectPtr<UInteractionRuntimeParticipationPolicyObject>) belongs to FInteractionRuntimeVariantDefinition 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.

Assign a compatible object or class when you need this owner to delegate part of its behavior or presentation to a reusable asset/class.

Owner FInteractionRuntimeVariantDefinition
Module InteractionFrameworkRuntime
Category InteractionRuntime|Policy
UPROPERTY(EditAnywhere, Instanced, BlueprintReadOnly, Category = "InteractionRuntime|Policy")
TObjectPtr<UInteractionRuntimeParticipationPolicyObject> ParticipationPolicyOverride = nullptr;

Related Docs