Tala Esenlikler
Save Auto Export Handle

IsInteractionSaveAutoExportActive

Returns whether the auto-export binding is still active.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeSaveAutoExportHandle

Returns whether the auto-export binding is still active.

Use this read-only check while building interaction save and restore logic. It does not author new target definition data by itself.

Owner UInteractionRuntimeSaveAutoExportHandle
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Save")
bool IsInteractionSaveAutoExportActive() const;

Return Value

bool

Returns whether the auto-export binding is still active.

Use Cases

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

Related Docs