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
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SWidgetCarouselWithNavigation
- FSlateControlledConstruction → SWidget → SCompoundWidget → SWidgetCarouselWithNavigation
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~SWidgetCarouselWithNavigation() |
SWidgetCarouselWithNavigation.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
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
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SWidgetCarouselWithNavigation.h |