Tala Esenlikler
World Subsystem

ImportInteractionSaveSnapshot

Imports interaction save state and applies records that can be resolved immediately.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeWorldSubsystem

Imports interaction save state and applies records that can be resolved immediately.

Use this in the interaction save and restore pipeline to move interaction state between the world subsystem and project-owned save storage.

Owner UInteractionRuntimeWorldSubsystem
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|Save")
void ImportInteractionSaveSnapshot(const FInteractionRuntimeSaveSnapshot& Snapshot);

Parameters

Inputs

Use Cases

  • Move interaction persistence data between runtime state and project save storage.

Related Docs