Tala Esenlikler
Owner Save Identity Provider

GetInteractionRuntimeOwnerSaveId

Supplies stable game-owned identity for owner-scoped persistence.

Interaction Framework 1.0.0 UE5.8 Function IInteractionRuntimeOwnerSaveIdentityProvider

Supplies stable game-owned identity for owner-scoped persistence.

Use this read path to get interaction runtime owner save id from IInteractionRuntimeOwnerSaveIdentityProvider. Check the return value before using OutOwnerSaveId.

Owner IInteractionRuntimeOwnerSaveIdentityProvider
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Save")
bool GetInteractionRuntimeOwnerSaveId(FInteractionRuntimeSaveOwnerId& OutOwnerSaveId) const;

Parameters

Outputs

Return Value

bool

True when OutOwnerSaveId was found and written to the output parameter.

Use Cases

  • Read interaction runtime owner save id and handle the missing-data case explicitly.

Related Docs