className
stringlengths 1
167
| headerPath
stringlengths 14
166
| description
stringlengths 0
1.62k
| module
stringlengths 0
76
| code
stringlengths 0
11.4k
| variables
listlengths 0
395
|
---|---|---|---|---|---|
SPositiveActionButton | /Engine/Source/Developer/ToolWidgets/Public/SPositiveActionButton.h | A Button that is used to call out/highlight a positive option (Add, Save etc). It can also be used to open a menu. | ToolWidgets | class SPositiveActionButton : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | []
|
SPrimaryButton::Construct | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SPrimaryButton\FArguments) & InArgs ) | []
|
|
SPrimaryButton::FArguments::Icon | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | Optional icon to display in the button. | ToolWidgets | WidgetArgsType & Icon &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41; | []
|
SPrimaryButton::FArguments::OnClicked | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | Called when the button is clicked | ToolWidgets | WidgetArgsType & OnClicked &40; const FOnClicked & InDelegate &41; | []
|
SPrimaryButton::FArguments::Text | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | The text to display in the button. | ToolWidgets | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | []
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SPrimaryButton::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SPrimaryButton >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
SPrimaryButton | /Engine/Source/Developer/ToolWidgets/Public/SPrimaryButton.h | ToolWidgets | class SPrimaryButton : public [SButton](API\Runtime\Slate\Widgets\Input\SButton) | []
|
|
SRichTextWarningOrErrorBox | /Engine/Source/Developer/ToolWidgets/Public/SRichTextWarningOrErrorBox.h | ToolWidgets | class SRichTextWarningOrErrorBox : public [SWarningOrErrorBox](API\Developer\ToolWidgets\SWarningOrErrorBox) | []
|
|
SRichTextWarningOrErrorBox::Construct | /Engine/Source/Developer/ToolWidgets/Public/SRichTextWarningOrErrorBox.h | ToolWidgets | void Construct ( const [FArguments](API\Runtime\Slate\Widgets\Layout\SBorder\FArguments) & InArgs ) | []
|
|
SSearchableComboBox::ClearSelection | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | void ClearSelection() | []
|
|
SSearchableComboBox::Construct | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Construct the widget from a declaration | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SSearchableComboBox\FArguments) & InArgs ) | []
|
SSearchableComboBox::FArguments::ButtonStyle | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | The visual style of the button part of the combo box (overrides ComboBoxStyle) | ToolWidgets | WidgetArgsType & ButtonStyle &40; const FButtonStyle &42; InArg &41; | []
|
SSearchableComboBox::FArguments::ComboBoxStyle | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & ComboBoxStyle &40; const FComboBoxStyle &42; InArg &41; | []
|
|
SSearchableComboBox::FArguments::Content | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Slot for this button's content (optional) | ToolWidgets | NamedSlotProperty< FArguments > Content&40;&41; | []
|
SSearchableComboBox::FArguments::ContentPadding | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & ContentPadding &40; const TAttribute< FMargin > & InAttribute &41; | []
|
|
SSearchableComboBox::FArguments::CustomScrollbar | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | The custom scrollbar to use in the ListView | ToolWidgets | WidgetArgsType & CustomScrollbar &40; TSharedPtr< SScrollBar > InArg &41; | []
|
SSearchableComboBox::FArguments::HasDownArrow | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | When false, the down arrow is not generated and it is up to the API consumer to make their own visual hint that this is a drop down. | ToolWidgets | WidgetArgsType & HasDownArrow &40; bool InArg &41; | []
|
SSearchableComboBox::FArguments::ForegroundColor | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & ForegroundColor &40; const TAttribute< FSlateColor > & InAttribute &41; | []
|
|
SSearchableComboBox::FArguments::InitiallySelectedItem | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | The option that should be selected when the combo box is first created | ToolWidgets | WidgetArgsType & InitiallySelectedItem &40; TSharedPtr< FString > InArg &41; | []
|
SSearchableComboBox::FArguments::ItemStyle | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & ItemStyle &40; const FTableRowStyle &42; InArg &41; | []
|
|
SSearchableComboBox::FArguments::MaxListHeight | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | The max height of the combo box menu | ToolWidgets | WidgetArgsType & MaxListHeight &40; float InArg &41; | []
|
SSearchableComboBox::FArguments::Method | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & Method &40; TOptional< EPopupMethod > InArg &41; | []
|
|
SSearchableComboBox::FArguments::OnComboBoxOpening | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Called when combo box is opened, before list is actually created | ToolWidgets | WidgetArgsType & OnComboBoxOpening &40; const FOnComboBoxOpening & InDelegate &41; | []
|
SSearchableComboBox::FArguments::OnGenerateWidget | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & OnGenerateWidget &40; const FOnGenerateWidget & InDelegate &41; | []
|
|
SSearchableComboBox::FArguments::OnSelectionChanged | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & OnSelectionChanged &40; const FOnSelectionChanged & InDelegate &41; | []
|
|
SSearchableComboBox::FArguments::OptionsSource | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | WidgetArgsType & OptionsSource &40; const TArray< TSharedPtr< FString > > &42; InArg &41; | []
|
|
SSearchableComboBox::FArguments::operator[] | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | FArguments & operator&91;&93; &40; const TSharedRef< SWidget > & InChild &41; | []
|
|
SSearchableComboBox::FArguments::SearchVisibility | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Allow setting the visibility of the search box dynamically | ToolWidgets | WidgetArgsType & SearchVisibility &40; const TAttribute< EVisibility > & InAttribute &41; | []
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SSearchableComboBox::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SSearchableComboBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
FOnGenerateWidget | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Delegate type used to generate widgets that represent Options | ToolWidgets | typedef TSlateDelegates< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > >::[FOnGenerateWidget](API\Developer\ToolWidgets\SSearchableComboBox\FOnGenerateWidget) FOnGenerateWidget | []
|
FOnSelectionChanged | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | ToolWidgets | typedef TSlateDelegates< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > >::[FOnSelectionChanged](API\Developer\ToolWidgets\SSearchableComboBox\FOnSelectionChanged) FOnSelectionChanged | []
|
|
SSearchableComboBox::GetSelectedItem | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | the item currently selected by the combo box. | ToolWidgets | [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > GetSelectedItem() | []
|
SSearchableComboBox::RefreshOptions | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | SetSelectedItem | ToolWidgets | void RefreshOptions() | []
|
SComboListType | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Type of list used for showing menu options. | ToolWidgets | typedef [SListView](API\Editor\UnrealEd\Editor\SListView)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > > SComboListType | []
|
SSearchableComboBox::SetOptionsSource | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Set ths source data for this combo box | ToolWidgets | void SetOptionsSource ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > > * InOptionsSource ) | []
|
SSearchableComboBox::SetSelectedItem | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | Sets the selected item.Bydefault, registers as a navigation request, whichdoes notset the cached selected item, only updating the visually selected item. | ToolWidgets | void SetSelectedItem ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FString](API\Runtime\Core\Containers\FString) > InSelectedItem, [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) InSelectInfo ) | []
|
SSearchableComboBox | /Engine/Source/Developer/ToolWidgets/Public/SSearchableComboBox.h | A searchable text combo box | ToolWidgets | class SSearchableComboBox : public [SComboButton](API\Runtime\Slate\Widgets\Input\SComboButton) | []
|
SSegmentedTimelineView::ComputeDesiredSize | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation.
The desired size. | ToolWidgets | virtual FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const | []
|
SSegmentedTimelineView::Construct | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | Construct the widget | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SSegmentedTimelineView\FArguments) & InArgs ) | []
|
SSegmentedTimelineView::FArguments::DesiredSize | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | Desired widget size | ToolWidgets | WidgetArgsType & DesiredSize &40; const TAttribute< FVector2D > & InAttribute &41; | []
|
SSegmentedTimelineView::FArguments::FillColor | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | Fill Color | ToolWidgets | WidgetArgsType & FillColor &40; const TAttribute< FLinearColor > & InAttribute &41; | []
|
SSegmentedTimelineView::FArguments::SegmentData | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | Existence Time Range | ToolWidgets | WidgetArgsType & SegmentData &40; const TAttribute< TSharedPtr< FSegmentData > > & InAttribute &41; | []
|
SSegmentedTimelineView::FArguments::ViewRange | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | View time range | ToolWidgets | WidgetArgsType & ViewRange &40; const TAttribute< TRange< double > > & InAttribute &41; | []
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SSegmentedTimelineView::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SSegmentedTimelineView >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
FSegmentData | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | ToolWidgets | struct FSegmentData | [
{
"type": "TArray<TRange<...",
"name": "Segments",
"description": ""
}
]
|
|
SSegmentedTimelineView::OnPaint | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.
The maximum layer ID attained by this widget or any of its children. | ToolWidgets | virtual int32 OnPaint ( const [FPaintArgs](API\Runtime\SlateCore\Types\FPaintArgs) & Args, const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | []
|
SSegmentedTimelineView::PaintBlock | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | ToolWidgets | int32 PaintBlock ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const [FSlateRect](API\Runtime\SlateCore\Layout\FSlateRect) & MyCullingRect, [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, int32 LayerId, const [FWidgetStyle](API\Runtime\SlateCore\Styling\FWidgetStyle) & InWidgetStyle, bool bParentEnabled ) const | []
|
|
SSegmentedTimelineView | /Engine/Source/Developer/ToolWidgets/Public/SSegmentedTimelineView.h | A timeline view which renders a block for in the timeline where the object exists | ToolWidgets | class SSegmentedTimelineView : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget) | [
{
"type": "TAttribute< FVe...",
"name": "DesiredSize",
"description": ""
},
{
"type": "TAttribute<FLi...",
"name": "FillColor",
"description": ""
},
{
"type": "TAttribute<TSh...",
"name": "SegmentData",
"description": ""
},
{
"type": "TAttribute<TRa...",
"name": "ViewRange",
"description": ""
},
{
"type": "constFSlateBru...",
"name": "WhiteBrush",
"description": ""
}
]
|
SSimpleButton::Construct | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SSimpleButton\FArguments) & InArgs ) | []
|
|
SSimpleButton::FArguments::Icon | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | WidgetArgsType & Icon &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41; | []
|
|
SSimpleButton::FArguments::OnClicked | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | The clicked handler. | ToolWidgets | WidgetArgsType & OnClicked &40; const FOnClicked & InDelegate &41; | []
|
SSimpleButton::FArguments::Text | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | The text to display in the button. | ToolWidgets | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | []
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SSimpleButton::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SSimpleButton >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
SSimpleButton::SSimpleButton | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | SSimpleButton() | []
|
|
SSimpleButton | /Engine/Source/Developer/ToolWidgets/Public/SSimpleButton.h | ToolWidgets | class SSimpleButton : public [SButton](API\Runtime\Slate\Widgets\Input\SButton) | []
|
|
SSimpleComboButton::Construct | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SSimpleComboButton\FArguments) & InArgs ) | []
|
|
SSimpleComboButton::FArguments::HasDownArrow | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & HasDownArrow &40; bool InArg &41; | []
|
|
SSimpleComboButton::FArguments::Icon | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & Icon &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41; | []
|
|
SSimpleComboButton::FArguments::MenuContent | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | The static menu content widget. | ToolWidgets | NamedSlotProperty< FArguments > MenuContent&40;&41; | []
|
SSimpleComboButton::FArguments::OnComboBoxOpened | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & OnComboBoxOpened &40; const FOnComboBoxOpened & InDelegate &41; | []
|
|
SSimpleComboButton::FArguments::OnGetMenuContent | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & OnGetMenuContent &40; const FOnGetContent & InDelegate &41; | []
|
|
SSimpleComboButton::FArguments::OnMenuOpenChanged | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & OnMenuOpenChanged &40; const FOnIsOpenChanged & InDelegate &41; | []
|
|
SSimpleComboButton::FArguments::Text | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | The text to display in the button. | ToolWidgets | WidgetArgsType & Text &40; const TAttribute< FText > & InAttribute &41; | []
|
SSimpleComboButton::FArguments::UsesSmallText | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | WidgetArgsType & UsesSmallText &40; bool InArg &41; | []
|
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SSimpleComboButton::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SSimpleComboButton >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
SSimpleComboButton::SSimpleComboButton | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | SSimpleComboButton() | []
|
|
SSimpleComboButton | /Engine/Source/Developer/ToolWidgets/Public/SSimpleComboButton.h | ToolWidgets | class SSimpleComboButton : public [SComboButton](API\Runtime\Slate\Widgets\Input\SComboButton) | []
|
|
SSimpleTimeSlider::CommitScrubPosition | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Call this method when the user's interaction has changed the scrub position | ToolWidgets | void CommitScrubPosition ( float NewValue, bool bIsScrubbing ) | []
|
SSimpleTimeSlider::ComputeDesiredSize | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Note thatComputeDesiredSize()is meant as an aide to the developer. It is NOT meant to be very robust in many cases. If your widget is simulating a bouncing ball, you should just return a reasonable size; e.g. 160x160. Let the programmer set up a reasonable rule of resizing the bouncy ball simulation.
The desired size. | ToolWidgets | virtual FVector2D ComputeDesiredSize ( float LayoutScaleMultiplier ) const | []
|
SSimpleTimeSlider::Construct | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Construct the widget | ToolWidgets | void Construct ( const [FArguments](API\Developer\ToolWidgets\SSimpleTimeSlider\FArguments) & InArgs ) | []
|
SSimpleTimeSlider::DrawTicks | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Draws time tick marks | ToolWidgets | void DrawTicks ( [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) & OutDrawElements, const [FScrubRangeToScreen](API\Developer\ToolWidgets\SSimpleTimeSlider\FScrubRangeToScreen) & RangeToScreen, [FDrawTickArgs](API\Developer\ToolWidgets\SSimpleTimeSlider\FDrawTickArgs) & InArgs ) const | []
|
SSimpleTimeSlider::FArguments::AllowPan | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | If we are allowed to pan | ToolWidgets | WidgetArgsType & AllowPan &40; const TAttribute< bool > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::ClampRange | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Clamp time range | ToolWidgets | WidgetArgsType & ClampRange &40; const TAttribute< TRange< double > > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::AllowZoom | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | If we are allowed to zoom | ToolWidgets | WidgetArgsType & AllowZoom &40; const TAttribute< bool > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::ClampRangeHighlightColor | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Color overlay for active range | ToolWidgets | WidgetArgsType & ClampRangeHighlightColor &40; const TAttribute< FLinearColor > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::ClampRangeHighlightSize | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Size of clamp range overlay 0.0 for none 1.0 for the height of the slider | ToolWidgets | WidgetArgsType & ClampRangeHighlightSize &40; const TAttribute< float > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::CursorSize | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Cursor range for data like histogram graphs, etc. | ToolWidgets | WidgetArgsType & CursorSize &40; const TAttribute< float > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::DesiredSize | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Widget desired size | ToolWidgets | WidgetArgsType & DesiredSize &40; FVector2d InArg &41; | []
|
SSimpleTimeSlider::FArguments::MirrorLabels | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | If we should mirror the labels on the timeline | ToolWidgets | WidgetArgsType & MirrorLabels &40; const TAttribute< bool > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::OnBeginScrubberMovement | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Called right before the scrubber begins to move | ToolWidgets | WidgetArgsType & OnBeginScrubberMovement &40; const FSimpleDelegate & InDelegate &41; | []
|
SSimpleTimeSlider::FArguments::OnEndScrubberMovement | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Called right after the scrubber handle is released by the user | ToolWidgets | WidgetArgsType & OnEndScrubberMovement &40; const FSimpleDelegate & InDelegate &41; | []
|
SSimpleTimeSlider::FArguments::OnScrubPositionChanged | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Called when the scrub position changes | ToolWidgets | WidgetArgsType & OnScrubPositionChanged &40; const FOnScrubPositionChanged & InDelegate &41; | []
|
SSimpleTimeSlider::FArguments::OnViewRangeChanged | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | Called when the view range changes | ToolWidgets | WidgetArgsType & OnViewRangeChanged &40; const FOnRangeChanged & InDelegate &41; | []
|
SSimpleTimeSlider::FArguments::ScrubPosition | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | The scrub position | ToolWidgets | WidgetArgsType & ScrubPosition &40; const TAttribute< double > & InAttribute &41; | []
|
SSimpleTimeSlider::FArguments::ViewRange | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | View time range | ToolWidgets | WidgetArgsType & ViewRange &40; const TAttribute< TRange< double > > & InAttribute &41; | []
|
WidgetArgsType | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | ToolWidgets | typedef FArguments WidgetArgsType | []
|
|
SSimpleTimeSlider::FArguments::FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | ToolWidgets | FArguments&40;&41; | []
|
|
FArguments | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | ToolWidgets | struct FArguments : public [TSlateBaseNamedArgs< SSimpleTimeSlider >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | []
|
|
FDrawTickArgs | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | ToolWidgets | struct FDrawTickArgs | [
{
"type": "FGeometry",
"name": "AllottedGeometry",
"description": "Geometry of the area"
},
{
"type": "bool",
"name": "bMirrorLabels",
"description": "Whether or not to mirror labels"
},
{
"type": "bool",
"name": "bOnlyDrawMajorTicks",
"description": "Whether or not to only draw major ticks"
},
{
"type": "FSlateRect",
"name": "ClippingRect",
"description": "Clipping rect of the area"
},
{
"type": "ESlateDrawEffec...",
"name": "DrawEffects",
"description": "Draw effects to apply"
},
{
"type": "float",
"name": "MajorTickHeight",
"description": "Height in of major ticks"
},
{
"type": "int32",
"name": "StartLayer",
"description": "Start layer for elements"
},
{
"type": "FLinearColor",
"name": "TickColor",
"description": "Color of each tick"
},
{
"type": "float",
"name": "TickOffset",
"description": "Offset in Y where to start the tick"
}
]
|
|
FOnRangeChanged | /Engine/Source/Developer/ToolWidgets/Public/SSimpleTimeSlider.h | ToolWidgets | typedef TBaseDelegate_OneParam< void, [TRange](API\Runtime\Core\Math\TRange)< double > > FOnRangeChanged | []
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.