Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonActivatableWidget
Description
Implement to provide the desired widget to focus if/when this activatable becomes the primary active widget. Note: This is a fallback used only if the native class parentage does not provide a target.
| Name | BP_GetDesiredFocusTarget |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActivatableWidget.h |
| Include Path | #include "CommonActivatableWidget.h" |
UFUNCTION (BlueprintImplementableEvent, Category=ActivatableWidget,
Meta=(DisplayName="Get Desired Focus Target"))
UWidget * BP_GetDesiredFocusTarget() const