Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonActivatableWidget
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonActivatableWidget.h |
| Include | #include "CommonActivatableWidget.h" |
UFUNCTION (BlueprintImplementableEvent, Category=ActivatableWidget,
Meta=(DisplayName="Get Desired Focus Target"))
UWidget * BP_GetDesiredFocusTarget() const
Remarks
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.