Tala Esenlikler
Prompt Blueprint Library

GetPromptPartsByMetadata

Returns all visible prompt parts with the requested metadata tag.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns all visible prompt parts with the requested metadata tag.

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

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

Parameters

Inputs
MetadataTag
FName

Optional metadata tag used by prompt presentation.

Outputs

Use Cases

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

Related Docs