Tala Esenlikler
Prompt Blueprint Library

TryGetFirstControlEntryPresentation

Returns the first control entry in a surface projection.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIPromptBlueprintLibrary

Returns the first control entry in a surface projection.

Use this read path when get first control entry presentation from UInteractionUIPromptBlueprintLibrary. Check the return value before using OutEntry.

Owner UInteractionUIPromptBlueprintLibrary
Module InteractionFrameworkUI
Category InteractionUI|Prompt
UFUNCTION(BlueprintPure, Category = "InteractionUI|Prompt")
static bool TryGetFirstControlEntryPresentation( const FInteractionUISurfaceProjection& SurfaceProjection, FInteractionUIEntryPresentation& OutEntry);

Parameters

Inputs
Outputs

Return Value

bool

Returns the first control entry in a surface projection.

Use Cases

  • Read first control entry presentation and handle the missing-data case explicitly.

Related Docs