Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonActivatableWidget
Syntax
UPROPERTY (EditAnywhere, Category=Activation, Meta=(EditCondition=bSupportsActivationFocus))
bool bAutoRestoreFocus
Remarks
True to prefer automatically restoring focus to the widget that was focused when this widget last became the non-leafmost-active-widget. If true and a valid restoration candidate exists, we'll use that. If it doesn't, we rely on GetDesiredFocusTarget() If false, we simply always rely on GetDesiredFocusTarget()