Tala Esenlikler
Target Component

GetResolvedVariant

Returns the currently resolved variant ID for the given point (after override and automatic selection).

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeTargetComponent

Returns the currently resolved variant ID for the given point (after override and automatic selection).

Use this read path to get resolved variant from UInteractionRuntimeTargetComponent. Check the return value before using OutVariantId.

Owner UInteractionRuntimeTargetComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime
UFUNCTION(BlueprintPure, Category = "InteractionRuntime")
bool GetResolvedVariant(FInteractionRuntimePointId PointId, FInteractionRuntimeVariantId& OutVariantId) const;

Parameters

Inputs
Outputs

Return Value

bool

Returns the currently resolved variant ID for the given point (after override and automatic selection).

Use Cases

  • Read resolved variant and handle the missing-data case explicitly.

Related Docs