Navigation
API > API/Runtime > API/Runtime/WidgetCarousel > API/Runtime/WidgetCarousel/SCarouselNavigationBar
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SCarouselNavigationBar::FArguments
References
| Module | WidgetCarousel |
| Header | /Engine/Source/Runtime/WidgetCarousel/Public/SCarouselNavigationBar.h |
| Include | #include "SCarouselNavigationBar.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCarouselNavigationBar >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | CurrentItemIndex
(
const TAttribute< int32 >& InAttribute |
The index of the currently selected item. | |
| WidgetArgsType & | CurrentSlideAmount
(
const TAttribute< float >& InAttribute |
The amount of offset which should be applied to the selected item indicator. | |
| WidgetArgsType & | ItemCount
(
int32 InArg |
The number of items to generate navigation buttons for. | |
| WidgetArgsType & | OnSelectedIndexChanged
(
const FOnSelectedIndexChanged& InDelegate |
Called when the selected index changes. | |
| WidgetArgsType & | Style
(
const FWidgetCarouselNavigationBarStyle* InArg |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |