Navigation
Unreal Engine C++ API Reference > Runtime > WidgetCarousel
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCarouselNavigationBar
References
Module | WidgetCarousel |
Header | /Engine/Source/Runtime/WidgetCarousel/Public/SCarouselNavigationBar.h |
Include | #include "SCarouselNavigationBar.h" |
Syntax
class SCarouselNavigationBar : public SCompoundWidget
Remarks
A horizontal bar of buttons for navigating to a specific item in the widget carousel.
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
|
![]() |
int32 | GetItemCount () |
|
![]() |
void | SetItemCount
(
int32 InItemCount |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |
Typedefs
Name | Description |
---|---|
FOnSelectedIndexChanged |