Tala Esenlikler
Widget Base

TryGetFirstControlEntryPresentation

Returns the first control entry in the current projection.

Interaction Framework 1.0.0 UE5.8 Function UInteractionUIWidgetBase

Returns the first control entry in the current projection.

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

Owner UInteractionUIWidgetBase
Module InteractionFrameworkUI
Category InteractionUI
UFUNCTION(BlueprintPure, Category = "InteractionUI")
bool TryGetFirstControlEntryPresentation(FInteractionUIEntryPresentation& OutPresentation) const;

Parameters

Outputs

Return Value

bool

Returns the first control entry in the current projection.

Use Cases

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

Related Docs