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.
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
static void GetVisiblePromptParts( const FInteractionUIPromptPresentation& Presentation, TArray<FInteractionUIPromptPartPresentation>& OutParts);
Parameters
Inputs
Presentation
Prompt presentation to read or format.
Outputs
OutParts
Receives matching prompt parts.
Use Cases
- Read visible prompt parts and handle the missing-data case explicitly.