Tala Esenlikler
World Subsystem

ExportInteractionSaveSnapshot

Exports the current interaction save state from registered targets and interactors.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeWorldSubsystem

Exports the current interaction save state from registered targets and interactors.

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")
bool ExportInteractionSaveSnapshot(FInteractionRuntimeSaveSnapshot& OutSnapshot) const;

Parameters

Outputs

Return Value

bool

True when the current interaction save snapshot was exported to the supplied storage or output snapshot.

Use Cases

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

Related Docs