Tala Esenlikler
Save Time Provider

GetInteractionRuntimeTrustedSaveTimeSeconds

Returns trusted time in seconds for persistence calculations.

Interaction Framework 1.0.0 UE5.8 Function IInteractionRuntimeSaveTimeProvider

Returns trusted time in seconds for persistence calculations.

Use this read path to get interaction runtime trusted save time seconds from IInteractionRuntimeSaveTimeProvider. Check the return value before using OutTrustedTimeSeconds.

Owner IInteractionRuntimeSaveTimeProvider
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Save")
bool GetInteractionRuntimeTrustedSaveTimeSeconds(double& OutTrustedTimeSeconds) const;

Parameters

Outputs
OutTrustedTimeSeconds
double&

Receives trusted time in seconds.

Return Value

bool

Returns trusted time in seconds for persistence calculations.

Use Cases

  • Read interaction runtime trusted save time seconds and handle the missing-data case explicitly.

Related Docs