Tala Esenlikler
Target Component

ResolveInteractionSaveId

Resolves the stable save id used for this target.

Interaction Framework 1.0.0 UE5.8 Function UInteractionRuntimeTargetComponent

Resolves the stable save id used for this target.

Call this before saving or restoring target-scoped interaction state. A successful call returns the id that identifies this target across sessions.

Owner UInteractionRuntimeTargetComponent
Module InteractionFrameworkRuntime
Category InteractionRuntime|Save
UFUNCTION(BlueprintPure, Category = "InteractionRuntime|Save")
bool ResolveInteractionSaveId(FInteractionRuntimeSaveId& OutSaveId) const;

Parameters

Outputs

Return Value

bool

True when ResolveInteractionSaveId completes its documented check or state update.

Use Cases

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

Related Docs