Tala Esenlikler
Effective Variant Resolution

Variant ID

Variant selected for the point.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeVariantId FInteractionRuntimeEffectiveVariantResolution InteractionRuntimeTargetComponent.h

Variant selected for the point.

This interaction identifier (FInteractionRuntimeVariantId) belongs to FInteractionRuntimeEffectiveVariantResolution under InteractionRuntime.

Runtime and UI code should treat this as resolved state from the owning object. Read it to present, branch, or debug behavior without re-authoring the underlying interaction data.

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimeEffectiveVariantResolution
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime")
FInteractionRuntimeVariantId VariantId;

Related Docs