Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FCategoryDrivenContentBuilderBas-
Used to specify what happens when you click the category button of a category that is already active.
| Name | ECategoryReclickBehavior |
| Type | enum |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilderBase.h |
| Include Path | #include "Layout/CategoryDrivenContentBuilderBase.h" |
Syntax
enum ECategoryReclickBehavior
{
NoEffect,
ToggleOff,
TreatAsChanged,
}
Values
| Name | Remarks |
|---|---|
| NoEffect | Do nothing if the same category button is clicked. |
| ToggleOff | Toggle the active category off, so no category is active. |
| TreatAsChanged | Do the same thing that would be done if we were switching from a different category. |