UCommonUserWidget::RegisterUIActionBinding

Convenience methods for menu action registrations (any [UWidget](API\Runtime\UMG\Components\UWidget) can register via FCommonUIActionRouter directly, though generally that shouldn't be needed).

Windows
MacOS
Linux

References

Module

CommonUI

Header

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

Include

#include "CommonUserWidget.h"

Source

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

Syntax

FUIActionBindingHandle RegisterUIActionBinding
(
    const FBindUIActionArgs & BindActionArgs
)

Remarks

Convenience methods for menu action registrations (any UWidget can register via FCommonUIActionRouter directly, though generally that shouldn't be needed). Persistent bindings are always listening for input while registered, while normal bindings are only listening when all of this widget's activatable parents are activated.

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