Tala Esenlikler
Prompt Blueprint Library

GetPromptPartTextByPriority

Returns the text of the first visible prompt part that matches the provided type priority order.

Interaction Framework 1.0.0 UE5.7 Function UInteractionUIPromptBlueprintLibrary

Returns the text of the first visible prompt part that matches the provided type priority order.

Use this read-only check while building core concepts logic. It does not author new target definition data by itself.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
static FText GetPromptPartTextByPriority( const FInteractionUIPromptPresentation& Presentation, const TArray<EInteractionUIPromptPartType>& PreferredTypes);

Parameters

Inputs

Return Value

FText

Returns the text of the first visible prompt part that matches the provided type priority order.

Use Cases

  • Read prompt part text by priority and handle the missing-data case explicitly.

Related Docs