Tala Esenlikler
Prompt Text Provider

MakeFailureText

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

Interaction Framework 1.0.0 UE5.7 Function UInteractionRuntimePromptTextProvider

Builds the default unavailable-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 MakeFailureText(const FInteractionRuntimePromptBuildContext& Context) const;

Parameters

Inputs

Return Value

FText

Unavailable-state prompt text.

Use Cases

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

Related Docs