Tala Esenlikler
Save Blueprint Library

GetInteractionSaveSnapshotFromStorage

Reads an interaction snapshot from a storage object.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeSaveBlueprintLibrary

Reads an interaction snapshot from a storage object.

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

Owner UInteractionRuntimeSaveBlueprintLibrary
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|Save")
static bool GetInteractionSaveSnapshotFromStorage( const UObject* SnapshotStorage, FInteractionRuntimeSaveSnapshot& OutSnapshot);

Parameters

Inputs
SnapshotStorage
const UObject*

Object that stores interaction save snapshots.

Outputs

Return Value

bool

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

Use Cases

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

Related Docs