Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/STileView
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STileView.h |
| Include Path | #include "Widgets/Views/STileView.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STileView< ItemType > >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STileView::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Views/STileView.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Views/STileView.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| _ListItemsSource_ArrayPointer | const TArray< ItemType > * | Widgets/Views/STileView.h | ||
| _ListItemsSource_ObservableArrayPointer | ::UE::Slate::Containers::TObservableArray< ItemType > * | Widgets/Views/STileView.h | ||
| _ListItemsSource_SharedObservableArray | TSharedPtr<::UE::Slate::Containers::TObservableArray< ItemType > > | Widgets/Views/STileView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AllowOverscroll
(
EAllowOverscroll InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ClearSelectionOnClick
(
bool InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ConsumeMouseWheel
(
EConsumeMouseWheel InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & EnableAnimatedScrolling
(
bool InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ExternalScrollbar
(
TSharedPtr< SScrollBar > InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & FixedLineScrollOffset
(
TOptional< double > InArg |
Widgets/Views/STileView.h | ||
::UE::Slate::ItemsSource::ForwardedSlateItemsSourceArgument< ItemType > GetListItemsSource() |
Widgets/Views/STileView.h | ||
WidgetArgsType & HandleDirectionalNavigation
(
bool InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & HandleGamepadEvents
(
bool InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & IsFocusable
(
const TAttribute< bool >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & ItemAlignment
(
const TAttribute< EListItemAlignment >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & ItemHeight
(
const TAttribute< float >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & ItemWidth
(
const TAttribute< float >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & ListItemsSource
(
TSharedPtr<::UE::Slate::Containers::TObservableArray< ItemType > > InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ListItemsSource
(
::UE::Slate::Containers::TObservableArray< ItemType >* InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ListItemsSource
(
const TArray< ItemType >* InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ListItemsSource
(
TSharedRef<::UE::Slate::Containers::TObservableArray< ItemType > > InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ListItemsSource
(
::UE::Slate::ItemsSource::ForwardedSlateItemsSourceArgument< ItemType > InArg |
Widgets/Views/STileView.h | ||
TUniquePtr<::UE::Slate::ItemsSource::IItemsSource< ItemType > > MakeListItemsSource
(
TSharedRef< STableViewBase > InWidget |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnEnteredBadState
(
const FOnTableViewBadState& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnFinishedScrolling
(
const FOnFinishedScrolling& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnGenerateTile
(
const FOnGenerateRow& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnIsSelectableOrNavigable
(
const FIsSelectableOrNavigable& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnItemScrolledIntoView
(
const FOnItemScrolledIntoView& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnItemsRebuilt
(
const FSimpleDelegate& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnItemToString_Debug
(
const FOnItemToString_Debug& InDelegate |
Assign this to get more diagnostics from the list view. | Widgets/Views/STileView.h | |
WidgetArgsType & OnMouseButtonClick
(
const FOnMouseButtonClick& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnMouseButtonDoubleClick
(
const FOnMouseButtonDoubleClick& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnRefreshTile
(
const FOnRefreshRow& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnSelectionChanged
(
const FOnSelectionChanged& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnTileReleased
(
const FOnWidgetToBeRemoved& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & OnTileViewScrolled
(
const FOnTableViewScrolled& InDelegate |
Widgets/Views/STileView.h | ||
WidgetArgsType & Orientation
(
EOrientation InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ScrollbarDisabledVisibility
(
EVisibility InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ScrollbarDragFocusCause
(
EFocusCause InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ScrollBarStyle
(
const FScrollBarStyle* InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & ScrollbarVisibility
(
const TAttribute< EVisibility >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & SelectionMode
(
const TAttribute< ESelectionMode::Type >& InAttribute |
Widgets/Views/STileView.h | ||
WidgetArgsType & WheelScrollMultiplier
(
float InArg |
Widgets/Views/STileView.h | ||
WidgetArgsType & WrapHorizontalNavigation
(
bool InArg |
Widgets/Views/STileView.h |