Tala Esenlikler
Saved Variant Override Record

Variant ID

Variant that should be restored as the override.

Interaction Framework 1.0.0 UE5.7 FInteractionRuntimeVariantId FInteractionRuntimeSavedVariantOverrideRecord InteractionRuntimeSaveTypes.h

Variant that should be restored as the override.

This interaction identifier (FInteractionRuntimeVariantId) belongs to FInteractionRuntimeSavedVariantOverrideRecord under InteractionRuntime|Save.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

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

Owner FInteractionRuntimeSavedVariantOverrideRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
FInteractionRuntimeVariantId VariantId;

Related Docs