Tala Esenlikler
Prompt Blueprint Library

GetPromptPartsByStyle

Returns all visible prompt parts with the requested style name.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns all visible prompt parts with the requested style name.

Use this read path to get prompt parts by style from UInteractionUIPromptBlueprintLibrary. Check the return value before using OutParts.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
static void GetPromptPartsByStyle( const FInteractionUIPromptPresentation& Presentation, FName StyleName, TArray<FInteractionUIPromptPartPresentation>& OutParts);

Parameters

Inputs
StyleName
FName

Optional style name used by prompt presentation.

Outputs

Use Cases

  • Read prompt parts by style and handle the missing-data case explicitly.

Related Docs