Navigation
API > API/Runtime > API/Runtime/WidgetCarousel > API/Runtime/WidgetCarousel/SCarouselNavigationButton
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/WidgetCarousel/Public/SCarouselNavigationButton.h |
| Include Path | #include "SCarouselNavigationButton.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCarouselNavigationButton >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SCarouselNavigationButton > → SCarouselNavigationButton::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SCarouselNavigationButton.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SCarouselNavigationButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & Direction
(
ENavigationButtonDirection InArg |
Specifies which direction should be used to setup the button's visuals and layout. | SCarouselNavigationButton.h | |
WidgetArgsType & OnBeginPeek
(
const FOnBeginPeek& InDelegate |
Called when the carousel should shift it's image to give a preview of the next image | SCarouselNavigationButton.h | |
WidgetArgsType & OnClicked
(
const FOnClicked& InDelegate |
Called when the button is clicked | SCarouselNavigationButton.h | |
WidgetArgsType & OnEndPeek
(
const FOnEndPeek& InDelegate |
SCarouselNavigationButton.h | ||
WidgetArgsType & Style
(
const FWidgetCarouselNavigationButtonStyle* InArg |
SCarouselNavigationButton.h |