Tala Esenlikler
Saved Variant Override Record

Save Scope

Whether this record is global or owner-scoped.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeSaveScope FInteractionRuntimeSavedVariantOverrideRecord InteractionRuntimeSaveTypes.h

Whether this record is global or owner-scoped.

This enum selection (EInteractionRuntimeSaveScope) belongs to FInteractionRuntimeSavedVariantOverrideRecord under InteractionRuntime|Save.

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

The enum value selects one behavior path for the owning type. Use the related enum reference for the meaning of each available value.

Owner FInteractionRuntimeSavedVariantOverrideRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
EInteractionRuntimeSaveScope SaveScope = EInteractionRuntimeSaveScope::Global;

Related Docs