Tala Esenlikler
Save Snapshot

Variant Override Records

Saved variant override records.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimeSavedVariantOverrideRecord> FInteractionRuntimeSaveSnapshot InteractionRuntimeSaveTypes.h

Saved variant override records.

This array (TArray<FInteractionRuntimeSavedVariantOverrideRecord>) belongs to FInteractionRuntimeSaveSnapshot under InteractionRuntime|Save.

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

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionRuntimeSaveSnapshot
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
TArray<FInteractionRuntimeSavedVariantOverrideRecord> VariantOverrideRecords;

Related Docs