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&40;BlueprintCallable, Category&61;"Common Button&124;Setters"&41;
void SetIsSelected
&40;
bool InSelected,
bool bGiveClickFeedback
&41;
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. |