Navigation
API > API/Runtime > API/Runtime/WidgetCarousel
A widget used to navigate the carousel widget
| Name | SCarouselNavigationButton |
| Type | class |
| Header File | /Engine/Source/Runtime/WidgetCarousel/Public/SCarouselNavigationButton.h |
| Include Path | #include "SCarouselNavigationButton.h" |
Syntax
class SCarouselNavigationButton : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCarouselNavigationButton
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCarouselNavigationButton
Classes
| Name | Remarks |
|---|---|
| SPeekBorder |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Enums
Public
| Name | Remarks |
|---|---|
| ENavigationButtonDirection |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnBeginPeek | TBaseDelegate_NoParams< void > | SCarouselNavigationButton.h | |
| FOnEndPeek | TBaseDelegate_NoParams< void > | SCarouselNavigationButton.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | ENavigationButtonDirection | SCarouselNavigationButton.h | ||
| HiddenButton | TSharedPtr< SButton > | SCarouselNavigationButton.h | ||
| ImageTransparency | float | SCarouselNavigationButton.h | ||
| Style | const FWidgetCarouselNavigationButtonStyle * | SCarouselNavigationButton.h | ||
| VisibleButton | TSharedPtr< SButton > | SCarouselNavigationButton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SCarouselNavigationButton.h |