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