Tala Esenlikler
Resolved Prompt

Target ID

Target that owns the prompt, e.g., use this to filter prompts for one focused actor.

Interaction Framework 1.0.0 UE5.8 FInteractionRuntimeTargetId FInteractionRuntimeResolvedPrompt InteractionInteractorState.h

Target that owns the prompt, e.g., use this to filter prompts for one focused actor.

This interaction identifier (FInteractionRuntimeTargetId) belongs to FInteractionRuntimeResolvedPrompt under InteractionRuntime.

Designers configure this value in the owning asset or object details panel, while Blueprint logic can read the resolved value at runtime.

Keep identifier values stable once content ships because saved state, prompt routing, and authored references may depend on them.

Owner FInteractionRuntimeResolvedPrompt
Module InteractionFrameworkAPI
Category InteractionRuntime
UPROPERTY(EditAnywhere, BlueprintReadOnly, Category = "InteractionRuntime")
FInteractionRuntimeTargetId TargetId;

Related Docs