Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FToolkitBuilder
References
| Module | WidgetRegistration |
| Header | /Engine/Source/Developer/WidgetRegistration/Public/ToolkitBuilder.h |
| Include | #include "ToolkitBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/ToolkitBuilder.cpp |
void SetActivePaletteCommandsVisibility
&40;
EVisibility Visibility
&41;
Remarks
Configure whether or not the tool buttons in the active palette should be visible. This can be dynamically toggled without rebuilding/regenerating the widget.
Parameters
| Name | Description |
|---|---|
| Visibility | If Visibility == EVisibility::Collapsed, the category button labels will be shown, else they will not be shown. |