Tala Esenlikler
Prompt Text Provider

MakeAvailableText

Builds the default available-state text used by the base TryBuildPromptPresentation implementation.

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimePromptTextProvider

Builds the default available-state text used by the base TryBuildPromptPresentation implementation.

Use this from prompt text generation code on UInteractionRuntimePromptTextProvider when the operation described by the summary is needed.

Owner UInteractionRuntimePromptTextProvider
Module InteractionFrameworkRuntime
Category InteractionRuntime|Prompt
UFUNCTION(BlueprintNativeEvent, BlueprintCallable, Category = "InteractionRuntime|Prompt", meta = (BlueprintProtected = "true")
) FText MakeAvailableText(const FInteractionRuntimePromptBuildContext& Context) const;

Parameters

Inputs

Return Value

FText

Available-state prompt text.

Use Cases

  • Use during prompt text generation workflows when builds the default available-state text used by the base TryBuildPromptPresentation implementation..

Related Docs