Navigation
API > API/Runtime > API/Runtime/WidgetCarousel
The desired Carousel scroll direction
| Name | EWidgetCarouselScrollDirection::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h |
| Include Path | #include "SWidgetCarousel.h" |
Syntax
namespace EWidgetCarouselScrollDirection
{
enum Type
{
Carousel_Left,
Carousel_Right,
Carousel_Center,
}
}
Values
| Name | Remarks |
|---|---|
| Carousel_Left | Scroll the carousel left. |
| Carousel_Right | Scroll the carousel right. |
| Carousel_Center | Center the carousel. |