Tala Esenlikler
Save Auto Export Handle

StopInteractionSaveAutoExport

Stops the active debounced save export binding and clears its timer.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeSaveAutoExportHandle

Stops the active debounced save export binding and clears its timer.

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

Owner UInteractionRuntimeSaveAutoExportHandle
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintCallable, Category = "InteractionRuntime|Save")
void StopInteractionSaveAutoExport();

Use Cases

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

Related Docs