Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonWidgetCarousel.h |
Include |
#include "CommonWidgetCarousel.h" |
UCLASS(Blueprintable)
class UCommonWidgetCarousel : public UPanelWidget
A widget switcher is like a tab control, but without tabs. At most one widget is visible at time.
Name | Description | ||
---|---|---|---|
|
ActiveWidgetIndex |
The slot index to display |
|
|
CachedSlotWidgets |
||
|
TSharedPtr< SWi... |
MyCommonWidgetCarousel |
|
|
OnCurrentPageIndexChanged |
||
|
TickerHandle |
Name | Description | |
---|---|---|
|
UCommonWidgetCarousel ( |
Name | Description | ||
---|---|---|---|
|
AutoScrollCallback ( |
||
|
BeginAutoScrolling ( |
||
|
EndAutoScrolling() |
||
|
GetActiveWidgetIndex() |
Gets the slot index of the currently active widget |
|
|
UWidget *... |
GetWidgetAtIndex ( |
Get a widget at the provided index |
|
HandlePageChanged ( |
||
|
NextPage() |
||
|
TSharedRef< ... |
OnGenerateWidgetForCarousel ( |
|
|
PreviousPage() |
||
|
SetActiveWidget ( |
Activates the widget and makes it the active index. |
|
|
SetActiveWidgetIndex ( |
Activates the widget at the specified index. |
Name | Description | ||
---|---|---|---|
|
UClass * |
GetSlotClass() |
|
|
OnSlotAdded ( |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
|
OnDescendantDeselectedByDesigner ( |
||
|
OnDescendantSelectedByDesigner ( |
||
|
TSharedRef< ... |
RebuildWidget() |
Function implemented by all subclasses of UWidget is called when the underlying SWidget needs to be constructed. |
|
SynchronizeProperties() |
Applies all properties to the native widget if possible. |
Name | Description | ||
---|---|---|---|
|
ReleaseSlateResources ( |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |