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.
UFUNCTION(BlueprintPure, Category = "InteractionUI")
bool TryGetFirstControlEntryPresentation(FInteractionUIEntryPresentation& OutPresentation) const;
Parameters
Outputs
OutPresentation
Receives the prompt presentation data.
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.