Tala Esenlikler

UInteractionRuntimeSaveBlueprintLibrary

Blueprint library for save snapshot summaries, storage bridge access, world import/export, debounced auto-export, and interaction save state helpers.

Interaction Framework 1.0.0 UE5.7 Class

Blueprint library for save snapshot summaries, storage bridge access, world import/export, debounced auto-export, and interaction save state helpers.

Module InteractionFrameworkRuntime
Category save
UCLASS()
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeSaveBlueprintLibrary final : public UBlueprintFunctionLibrary

Functions

Use Cases

  • Import or export interaction save snapshots from Blueprint.
  • Bridge interaction save data to project SaveGame storage.
  • Schedule debounced auto-export after runtime save state changes.

Notes

  • Use stable target save ids and owner save ids before relying on exported snapshots.

Related Docs