Tala Esenlikler
Save Snapshot Storage

GetInteractionRuntimeSaveSnapshot

Optional bridge for game-owned SaveGame objects.

Interaction Framework 1.0.0 UE5.8 Function IInteractionRuntimeSaveSnapshotStorage

Optional bridge for game-owned SaveGame objects.

Use this read path to get interaction runtime save snapshot from IInteractionRuntimeSaveSnapshotStorage. Check the return value before using OutSnapshot.

Owner IInteractionRuntimeSaveSnapshotStorage
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Save")
bool GetInteractionRuntimeSaveSnapshot(FInteractionRuntimeSaveSnapshot& OutSnapshot) const;

Parameters

Outputs

Return Value

bool

True when OutSnapshot was found and written to the output parameter.

Use Cases

  • Read interaction runtime save snapshot and handle the missing-data case explicitly.

Related Docs