EWidgetCarouselScrollDirection::Type

The desired Carousel scroll direction

Windows
MacOS
Linux

References

Module

WidgetCarousel

Header

/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarousel.h

Include

#include "SWidgetCarousel.h"

Syntax

namespace EWidgetCarouselScrollDirection
{
    enum Type
    {
        Carousel_Left,
        Carousel_Right,
        Carousel_Center,
    }
}

Values

Name

Description

Carousel_Left

Scroll the carousel left.

Carousel_Right

Scroll the carousel right.

Carousel_Center

Center the carousel.

Remarks

The desired Carousel scroll direction

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss