Tala Esenlikler
Prompt Blueprint Library

TryGetPrimaryCommandEntryPresentationFromProjectionBundle

Returns the first command entry inside a projection bundle.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns the first command entry inside a projection bundle.

Use this read path when get primary command entry presentation from projection bundle from UInteractionUIPromptBlueprintLibrary. Check the return value before using OutEntry.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
static bool TryGetPrimaryCommandEntryPresentationFromProjectionBundle( const FInteractionUIProjectionBundle& Projection, FInteractionUIEntryPresentation& OutEntry);

Parameters

Inputs
Outputs

Return Value

bool

Returns the first command entry inside a projection bundle.

Use Cases

  • Read primary command entry presentation from projection bundle and handle the missing-data case explicitly.

Related Docs