|
| | FCarouselDisplayItem () |
| |
| void | ScrollIn (EWidgetCarouselScrollDirection::Type ScrollDirection) |
| |
| void | PeakIn (EWidgetCarouselScrollDirection::Type ScrollDirection) |
| |
| void | Tick (float DeltaTime) |
| |
| bool | BlendWidget (const float &DeltaTime, const float &DesiredValue, const float &Speed, float &OutCurrentValue) |
| |
| void | SetWidgetContent (TSharedRef< SWidget > InContent) |
| |
| TSharedRef< SWidget > | GetWidgetContent () const |
| |
| TSharedPtr< SFxWidget > | GetSFXWidget () |
| |
| void | SetOpacity (float InOpacity) |
| |
| void | SetVisibility (EVisibility InVisibility) |
| |
| void | SetSlide (float InSlide, bool bClearTransition=false) |
| |
| void | SetMoveSpeed (float DesiredMoveSpeed) |
| |
| void | SetSliderLeftLimit (float DesiredLeftLimit) |
| |
| void | SetSliderRightLimit (float DesiredRightLimit) |
| |
| void | SetSliderPeakLeftLimit (float DesiredLimit) |
| |
| void | SetSliderPeakRightLimit (float DesiredLimit) |
| |
| void | SetSliderOptimalPostion (float DesiredOptimalSlideValue) |
| |
| void | SetFadeRate (float DesiredFadeRate) |
| |
| bool | IsInTransition () |
| |
| const float | GetSlideValue () const |
| |
| const float | GetMoveSpeed () const |
| |
| TSharedRef< FCarouselDisplayItem, Mode > | AsShared () |
| |
| TSharedRef< FCarouselDisplayItem const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FCarouselDisplayItem, Mode > | AsWeak () |
| |
| TWeakPtr< FCarouselDisplayItem const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
The Carousel display widget that gets animated by the carousel widget