Returns a summary of the most recently imported snapshot.
Use this read-only check while building interaction save and restore logic. It does not author new target definition data by itself.
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Save")
FInteractionRuntimeSaveSnapshotSummary GetImportedInteractionSaveSnapshotSummary() const;
Return Value
Returns a summary of the most recently imported snapshot.
Use Cases
- Read imported interaction save snapshot summary and handle the missing-data case explicitly.