UCommonActivatableWidget::GetDesiredInputConfig

Gets the desired input configuration to establish when this widget activates and can receive input (i.e. all parents are also active).

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonActivatableWidget.h

Include

#include "CommonActivatableWidget.h"

Source

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Private/CommonActivatableWidget.cpp

Syntax

virtual TOptional< FUIInputConfig > GetDesiredInputConfig() const

Remarks

Gets the desired input configuration to establish when this widget activates and can receive input (i.e. all parents are also active). This configuration will override the existing one established by any previous activatable widget and restore it (if valid) upon deactivation.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss