FArguments

Unreal Engine C++ API Reference > Developer > ToolWidgets > SSimpleTimeSlider

Inheritance Hierarchy

References

   
Module ToolWidgets
Header /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h
Include #include "SSimpleTimeSlider.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SSimpleTimeSlider >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... AllowPan ( const TAttribute< bool >& InAttrib... ) If we are allowed to pan
WidgetArgsTy... AllowZoom ( const TAttribute< bool >& InAttrib... ) If we are allowed to zoom
WidgetArgsTy... ClampRange ( const TAttribute< TRange< double > ... ) Clamp time range
WidgetArgsTy... ClampRangeHighlightColor ( const TAttribute< FLinearColor >& ... ) Color overlay for active range
WidgetArgsTy... ClampRangeHighlightSize ( const TAttribute< float >& InAttri... ) Size of clamp range overlay 0.0 for none 1.0 for the height of the slider
WidgetArgsTy... CursorSize ( const TAttribute< float >& InAttri... ) Cursor range for data like histogram graphs, etc.
WidgetArgsTy... DesiredSize ( FVector2d InArg ) Widget desired size
WidgetArgsTy... MirrorLabels ( const TAttribute< bool >& InAttrib... ) If we should mirror the labels on the timeline
WidgetArgsTy... OnBeginScrubberMovement ( const FSimpleDelegate& InDelegate ) Called right before the scrubber begins to move
WidgetArgsTy... OnEndScrubberMovement ( const FSimpleDelegate& InDelegate ) Called right after the scrubber handle is released by the user
WidgetArgsTy... OnScrubPositionChanged ( const FOnScrubPositionChanged& InD... ) Called when the scrub position changes
WidgetArgsTy... OnViewRangeChanged ( const FOnRangeChanged& InDelegate ) Called when the view range changes
WidgetArgsTy... ScrubPosition ( const TAttribute< double >& InAttr... ) The scrub position
WidgetArgsTy... ViewRange ( const TAttribute< TRange< double > ... ) View time range

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library