Tala Esenlikler
Effective Variant Resolution

Resolved

True when VariantId contains a valid resolved value.

Interaction Framework 1.0.0 UE5.8 bool FInteractionRuntimeEffectiveVariantResolution InteractionRuntimeTargetComponent.h

True when VariantId contains a valid resolved value.

This boolean flag (bool) 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.

Owner FInteractionRuntimeEffectiveVariantResolution
Module InteractionFrameworkRuntime
Category InteractionRuntime
UPROPERTY(BlueprintReadOnly, Category = "InteractionRuntime")
bool bResolved = false;

Related Docs