Navigation
API > API/Runtime > API/Runtime/WidgetCarousel
A widget carousel which includes embedded left and right navigation buttons and a navigation bar below.
| |
|
| Name |
SWidgetCarouselWithNavigation |
| Type |
class |
| Header File |
/Engine/Source/Runtime/WidgetCarousel/Public/SWidgetCarouselWithNavigation.h |
| Include Path |
#include "SWidgetCarouselWithNavigation.h" |
Syntax
template<typename ItemType>
class SWidgetCarouselWithNavigation : public SCompoundWidget
Inheritance Hierarchy
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~SWidgetCarouselWithNavigation()
|
|
SWidgetCarouselWithNavigation.h |
|
Structs
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnGenerateWidget |
TSlateDelegates< ItemType >::FOnGenerateWidget |
|
SWidgetCarouselWithNavigation.h |
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Carousel |
TSharedPtr< SWidgetCarousel< ItemType > > |
|
SWidgetCarouselWithNavigation.h |
|
| OnGenerateWidget |
FOnGenerateWidget |
|
SWidgetCarouselWithNavigation.h |
|
| WidgetItemsSource |
const TArray< ItemType > * |
|
SWidgetCarouselWithNavigation.h |
|
Functions
Public