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