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