Navigation
API > API/Editor > API/Editor/KismetWidgets > API/Editor/KismetWidgets/SScrubControlPanel
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SScrubControlPanel::FArguments
References
| Module | KismetWidgets |
| Header | /Engine/Source/Editor/KismetWidgets/Public/SScrubControlPanel.h |
| Include | #include "SScrubControlPanel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SScrubControlPanel >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | bAllowZoom
(
bool InArg |
||
| WidgetArgsType & | bDisplayAnimScrubBarEditing
(
bool InArg |
||
| WidgetArgsType & | DisplayDrag
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | DraggableBars
(
const TAttribute< TArray< float > >& InAttribute |
Optional, additional values to draw on the timeline | |
| WidgetArgsType & | IsRealtimeStreamingMode
(
const TAttribute< bool >& InAttribute |
||
| WidgetArgsType & | NumOfKeys
(
const TAttribute< uint32 >& InAttribute |
||
| WidgetArgsType & | OnAddAnimSequence
(
const FOnAddAnimSequence& InDelegate |
Called when an frane is added before/after a selected frame | |
| WidgetArgsType & | OnAppendAnimSequence
(
const FOnAppendAnimSequence& InDelegate |
Called when an frame is appended in the beginning or at the end | |
| WidgetArgsType & | OnBarCommit
(
const FOnScrubBarCommit& InDelegate |
||
| WidgetArgsType & | OnBarDrag
(
const FOnScrubBarDrag& InDelegate |
||
| WidgetArgsType & | OnBeginSliderMovement
(
const FSimpleDelegate& InDelegate |
Called right before the slider begins to move | |
| WidgetArgsType & | OnClickedBackwardEnd
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedBackwardPlay
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedBackwardStep
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedForwardEnd
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedForwardPlay
(
const FOnClicked& InDelegate |
SLATE_EVENT(TAttribute |
|
| WidgetArgsType & | OnClickedForwardStep
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedRecord
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnClickedToggleLoop
(
const FOnClicked& InDelegate |
||
| WidgetArgsType & | OnCropAnimSequence
(
const FOnCropAnimSequence& InDelegate |
Called when an anim sequence is cropped before/after a selected frame | |
| WidgetArgsType & | OnEndSliderMovement
(
const FOnFloatValueChanged& InDelegate |
Called right after the slider handle is released by the user | |
| WidgetArgsType & | OnGetLooping
(
const FOnGetLooping& InDelegate |
||
| WidgetArgsType & | OnGetPlaybackMode
(
const FOnGetPlaybackMode& InDelegate |
||
| WidgetArgsType & | OnGetRecording
(
const FOnGetRecording& InDelegate |
||
| WidgetArgsType & | OnReZeroAnimSequence
(
const FOnReZeroAnimSequence& InDelegate |
Called to zero out selected frame's translation from origin | |
| WidgetArgsType & | OnSetInputViewRange
(
const FOnSetInputViewRange& InDelegate |
||
| WidgetArgsType & | OnTickPlayback
(
const FOnTickPlayback& InDelegate |
Called each frame during playback | |
| WidgetArgsType & | OnValueChanged
(
const FOnFloatValueChanged& InDelegate |
Called when the value is changed by slider or typing | |
| WidgetArgsType & | SequenceLength
(
const TAttribute< float >& InAttribute |
||
| WidgetArgsType & | Value
(
const TAttribute< float >& InAttribute |
||
| WidgetArgsType & | ViewInputMax
(
const TAttribute< float >& InAttribute |
||
| WidgetArgsType & | ViewInputMin
(
const TAttribute< float >& InAttribute |
View Input range |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |