Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonButtonBase
Description
Change whether this widget is locked. If locked, the button can be focusable and responsive to mouse input but will not broadcast OnClicked events.
| Name | SetIsLocked |
| Type | function |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonButtonBase.h |
| Include Path | #include "CommonButtonBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonButtonBase.cpp |
UFUNCTION (BlueprintCallable, Category="Common Button|Setters")
void SetIsLocked
(
bool bInIsLocked
)