Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/UCommonButtonBase
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonButtonBase.h |
| Include | #include "CommonButtonBase.h" |
| Source | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Private/CommonButtonBase.cpp |
UFUNCTION (BlueprintCallable, Category="Common Button|Setters")
void SetIsSelected
(
bool InSelected,
bool bGiveClickFeedback
)
Remarks
Change the selected state manually.
Parameters
| Name | Description |
|---|---|
| bGiveClickFeedback | If true, the button may give user feedback as if it were clicked. IE: Play a click sound, trigger animations as if it were clicked. |