Tala Esenlikler
Prompt Presentation Result

Prompt Parts

Structured prompt fragments.

Interaction Framework 1.0.0 UE5.8 TArray<FInteractionRuntimePromptPart> FInteractionRuntimePromptPresentationResult InteractionRuntimePromptTextProvider.h

Structured prompt fragments.

This array (TArray<FInteractionRuntimePromptPart>) belongs to FInteractionRuntimePromptPresentationResult under InteractionRuntime|Prompt.

Blueprint or editor workflows can write this value when constructing, overriding, or customizing the owning object.

Order can matter when the owning workflow evaluates entries sequentially or displays them in authored order.

Owner FInteractionRuntimePromptPresentationResult
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UPROPERTY(BlueprintReadWrite, Category = "InteractionRuntime|Prompt")
TArray<FInteractionRuntimePromptPart> PromptParts;

Related Docs