Navigation
API > API/Plugins > API/Plugins/CommonUI
A Navigation control for a Carousel
| Name | UCommonWidgetCarouselNavBar |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonWidgetCarouselNavBar.h |
| Include Path | #include "CommonWidgetCarouselNavBar.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class UCommonWidgetCarouselNavBar : public UWidget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UCommonWidgetCarouselNavBar
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonWidgetCarouselNavBar
(
const FObjectInitializer& ObjectInitializer |
CommonWidgetCarouselNavBar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ButtonPadding | FMargin | CommonWidgetCarouselNavBar.h |
|
|
| ButtonWidgetType | TSubclassOf< UCommonButtonBase > | CommonWidgetCarouselNavBar.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetLinkedCarousel
(
UCommonWidgetCarousel* CommonCarousel |
Establishes the Widget Carousel instance that this Nav Bar should interact with | CommonWidgetCarouselNavBar.h |
|
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
CommonWidgetCarouselNavBar.h |
Overridden from UVisual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ReleaseSlateResources
(
bool bReleaseChildren |
CommonWidgetCarouselNavBar.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HandleButtonClicked
(
UCommonButtonBase* AssociatedButton, |
CommonWidgetCarouselNavBar.h | ||
void HandlePageChanged
(
UCommonWidgetCarousel* CommonCarousel, |
CommonWidgetCarouselNavBar.h | ||
void RebuildButtons() |
CommonWidgetCarouselNavBar.h |
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > RebuildWidget() |
CommonWidgetCarouselNavBar.h |