Tala Esenlikler
World Subsystem

GetImportedInteractionSaveSnapshotSummary

Returns a summary of the most recently imported snapshot.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeWorldSubsystem

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.

Owner UInteractionRuntimeWorldSubsystem
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
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.

Related Docs