Tala Esenlikler
Saved Cooldown Record

Save Policy

Save policy used when this cooldown was exported.

Interaction Framework 1.0.0 UE5.8 EInteractionRuntimeCooldownSavePolicy FInteractionRuntimeSavedCooldownRecord InteractionRuntimeSaveTypes.h

Save policy used when this cooldown was exported.

This enum selection (EInteractionRuntimeCooldownSavePolicy) belongs to FInteractionRuntimeSavedCooldownRecord 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 FInteractionRuntimeSavedCooldownRecord
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category = "InteractionRuntime|Save")
EInteractionRuntimeCooldownSavePolicy SavePolicy = EInteractionRuntimeCooldownSavePolicy::DoNotSave;

Related Docs