Handle returned by debounced interaction save auto-export binding.
UCLASS(BlueprintType)
class INTERACTIONFRAMEWORKRUNTIME_API UInteractionRuntimeSaveAutoExportHandle final : public UObject
Functions
Save Auto Export Handle
bool IsInteractionSaveAutoExportActive
Returns whether the auto-export binding is still active.
Save Auto Export Handle
Function
StopInteractionSaveAutoExport
Stops the active debounced save export binding and clears its timer.
Use Cases
- Use UInteractionRuntimeSaveAutoExportHandle in the core-concepts workflow.