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.
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.