Navigation
Unreal Engine C++ API Reference > Editor > KismetWidgets > SScrubWidget
Inheritance Hierarchy
References
Module | KismetWidgets |
Header | /Engine/Source/Editor/KismetWidgets/Public/SScrubWidget.h |
Include | #include "SScrubWidget.h" |
Syntax
struct FArguments : public [TSlateBaseNamedArgs< SScrubWidget >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
Constructors
Type | Name | Description |
---|---|---|
FArguments () |
Functions
Type | Name | Description |
---|---|---|
WidgetArgsTy... | bAllowZoom ( bool InArg ) | |
WidgetArgsTy... | bDisplayAnimScrubBarEditing ( bool InArg ) | |
WidgetArgsTy... | DisplayDrag ( const TAttribute< bool >& InAttrib... ) | |
WidgetArgsTy... | DraggableBars ( const TAttribute< TArray< float > >... ) | Optional, additional values to draw on the timeline |
WidgetArgsTy... | NumOfKeys ( const TAttribute< uint32 >& InAttr... ) | |
WidgetArgsTy... | OnAddAnimSequence ( const FOnAddAnimSequence& InDelega... ) | Called when an frane is added before/after a selected frame |
WidgetArgsTy... | OnAppendAnimSequence ( const FOnAppendAnimSequence& InDel... ) | Called when an frame is appended in the beginning or at the end |
WidgetArgsTy... | OnBarCommit ( const FOnScrubBarCommit& InDelegat... ) | |
WidgetArgsTy... | OnBarDrag ( const FOnScrubBarDrag& InDelegate ) | |
WidgetArgsTy... | OnBeginSliderMovement ( const FSimpleDelegate& InDelegate ) | Called right before the slider begins to move |
WidgetArgsTy... | OnCropAnimSequence ( const FOnCropAnimSequence& InDeleg... ) | Called when an anim sequence is cropped before/after a selected frame |
WidgetArgsTy... | OnEndSliderMovement ( const FOnFloatValueChanged& InDele... ) | Called right after the slider handle is released by the user |
WidgetArgsTy... | OnReZeroAnimSequence ( const FOnReZeroAnimSequence& InDel... ) | Called to zero out selected frame's translation from origin |
WidgetArgsTy... | OnSetInputViewRange ( const FOnSetInputViewRange& InDele... ) | |
WidgetArgsTy... | OnValueChanged ( const FOnFloatValueChanged& InDele... ) | Called when the value is changed by slider or typing |
WidgetArgsTy... | SequenceLength ( const TAttribute< float >& InAttri... ) | |
WidgetArgsTy... | Value ( const TAttribute< float >& InAttri... ) | The value to display |
WidgetArgsTy... | ViewInputMax ( const TAttribute< float >& InAttri... ) | |
WidgetArgsTy... | ViewInputMin ( const TAttribute< float >& InAttri... ) | View Input range |
Typedefs
Name | Description |
---|---|
WidgetArgsType |