Tala Esenlikler
Prompt Blueprint Library

GetVisiblePromptParts

Returns all visible prompt parts from the presentation.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns all visible prompt parts from the presentation.

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

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

Parameters

Inputs
Outputs

Use Cases

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

Related Docs