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
ITypedTableView::Private_SetItemSelection
/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h
Set the selection state of an item. Does not cause an OnSelectionChanged()!
Slate
void Private_SetItemSelection ( ItemType TheItem, bool bShouldBeSelected, bool bWasUserDirected )
[]
ITypedTableView::Private_SignalSelectionChanged
/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h
Notify the ItemsWidget that we changed its selection. Triggers as OnSelectionChanged().
Slate
void Private_SignalSelectionChanged ( [ESelectInfo::Type](API\Runtime\SlateCore\Types\ESelectInfo__Type) SelectInfo )
[]
ITypedTableView::WidgetFromItem
/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h
Find a widget for this item if it has already been constructed. A pointer to the corresponding widget if it exists; otherwise nullptr.
Slate
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITableRow](API\Runtime\Slate\Widgets\Views\ITableRow) > WidgetFromItem ( const ItemType & InItem ) const
[]
ITypedTableView::Private_UsesSelectorFocus
/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h
Returns whether the table view uses selector focus. true if the table view uses selector focus; false otherwise.
Slate
bool Private_UsesSelectorFocus() const
[]
ITypedTableView
/Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h
Interface for container widgets to talk to the owner list, tree, or grid.
Slate
template<typename ItemType> class ITypedTableView
[]
TIsValidListItem
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
template<typename T, typename [Enable](API\Plugins\DisplayCluster\Render\Viewport\Containers\EDisplayClusterV-_5)> struct TIsValidListItem
[]
Value
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
enum { Value = false }
[]
Value
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
enum { Value = true }
[]
TIsValidListItem< FName >
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
template<> struct TIsValidListItem< FName >
[]
TListTypeTraits
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
template<typename T, typename [Enable](API\Plugins\DisplayCluster\Render\Viewport\Containers\EDisplayClusterV-_5)> struct TListTypeTraits
[]
TListTypeTraits< FName >::DebugDump
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
static FString DebugDump &40; FName InValue &41;
[]
TListTypeTraits< FName >::AddReferencedObjects
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
template<typename U> static void AddReferencedObjects &40; FReferenceCollector & Collector, TArray< FName > & ItemsWithGeneratedWidgets, TSet< FName > & SelectedItems, TMap< const U &42;, FName > & WidgetToItemMap &41;
[]
TListTypeTraits< FName >::MakeNullPtr
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
static FName MakeNullPtr&40;&41;
[]
TListTypeTraits< FName >::IsPtrValid
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
static bool IsPtrValid &40; const FName & InValue &41;
[]
MapKeyFuncs
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
typedef TDefaultMapHashableKeyFuncs< FName, TSharedRef< ITableRow >, false > MapKeyFuncs
[]
MapKeyFuncsSparse
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
typedef TDefaultMapHashableKeyFuncs< FName, FSparseItemInfo, false > MapKeyFuncsSparse
[]
NullableType
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
typedef FName NullableType
[]
TListTypeTraits< FName >::NullableItemTypeConvertToItemType
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
static FName NullableItemTypeConvertToItemType &40; const FName & InValue &41;
[]
TListTypeTraits< FName >::ResetPtr
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
static void ResetPtr &40; FName & InValue &41;
[]
SerializerType
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
class SerializerType
[]
SetKeyFuncs
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Slate
typedef DefaultKeyFuncs< FName > SetKeyFuncs
[]
TListTypeTraits< FName >
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewTypeTraits.h
Functionality (e.g. setting the value, testing invalid value) specialized forFName.
Slate
template<> struct TListTypeTraits< FName >
[]
FOnGetChildren
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Slate
typedef TSlateDelegates< ItemType >::[FOnGetChildren](API\Runtime\Slate\Framework\Views\TreeFilterHandler\FOnGetChildren) FOnGetChildren
[]
TreeFilterHandler::GetIsEnabled
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Gets whether or not filtering is enabled for the TreeView.
Slate
bool GetIsEnabled()
[]
TreeFilterHandler::OnGetFilteredChildren
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Gets the children for a node in the tree which pass the filter if filtering is enabled, or gets all children if the filter is not enabled. In order for filtering to work correctly this function must be used for the TreeView's OnGetChildren delegate.
Slate
void OnGetFilteredChildren ( ItemType Parent, [TArray](API\Runtime\Core\Containers\TArray)< ItemType > & FilteredChildren )
[]
TreeFilterHandler::RefreshAndFilterTree
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Refreshes the associated TreeView, filtering items if the filter is enabled. When filtering, the expanded state of the items is saved, and when the filter is cleared the pre-filter expand state is restored.
Slate
void RefreshAndFilterTree()
[]
TreeFilterHandler::RemoveCachedItem
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Removes any cached references to an item.
Slate
void RemoveCachedItem ( ItemType ItemToRemove )
[]
TreeFilterHandler::SetFilter
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Sets the filter which will be used to filter the items in the TreeView.
Slate
void SetFilter ( [IFilter](API\Runtime\Core\Misc\IFilter)< ItemType > * InFilter )
[]
TreeFilterHandler::SetGetChildrenDelegate
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Sets the delegate which should be used for traversing the children of the nodes in the tree.
Slate
void SetGetChildrenDelegate ( [FOnGetChildren](API\Runtime\Slate\Framework\Views\TreeFilterHandler\FOnGetChildren) InGetChildrenDelegate )
[]
TreeFilterHandler::SetIsEnabled
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Sets whether or not filtering the tree is enabled. Calling this DOES NOT refresh the tree, this must be done by calling RefreshAndFilterTree.
Slate
void SetIsEnabled ( bool bInIsEnabled )
[]
TreeFilterHandler::SetRootItems
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Sets the root data arrays for the tree.
Slate
void SetRootItems ( [TArray](API\Runtime\Core\Containers\TArray)< ItemType > * InRootItems, [TArray](API\Runtime\Core\Containers\TArray)< ItemType > * InTreeRootItems )
[]
TreeFilterHandler::SetTreeView
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Sets the TreeView to be filtered.
Slate
void SetTreeView ( [STreeView](API\Editor\UnrealEd\STreeView)< ItemType > * InTreeView )
[]
TreeFilterHandler
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Handles filtering and expanding a TreeView using anIFilterimplementation.
Slate
template<typename ItemType> class TreeFilterHandler
[]
TTableViewMetadata::GatherSelectedRows
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h
Returns all currently constructed rows that represent selected items
Slate
virtual [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ITableRow](API\Runtime\Slate\Widgets\Views\ITableRow) > > GatherSelectedRows() const
[]
TTableViewMetadata::GetTypeId
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h
Slate
static const [FName](API\Runtime\Core\UObject\FName) & GetTypeId()
[]
TTableViewMetadata::IsOfTypeImpl
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h
Checks whether this drag and drop operation can cast safely to the specified type.
Slate
virtual bool IsOfTypeImpl ( const [FName](API\Runtime\Core\UObject\FName) & Type ) const
[]
TTableViewMetadata::TTableViewMetadata
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h
Slate
TTableViewMetadata ( [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [ITypedTableView](API\Runtime\Slate\Framework\Views\ITypedTableView)< ItemType >> InOwnerTableView )
[]
TreeFilterHandler::TreeFilterHandler
/Engine/Source/Runtime/Slate/Public/Framework/Views/TreeFilterHandler.h
Slate
TreeFilterHandler()
[]
TTableViewMetadata
/Engine/Source/Runtime/Slate/Public/Framework/Views/TableViewMetadata.h
Slate
template<typename ItemType> class TTableViewMetadata : public [ITableViewMetadata](API\Runtime\Slate\Framework\Views\ITableViewMetadata)
[]
FSlateMaterialBrush::SetMaterial
/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h
Sets the material to use.
Slate
void SetMaterial ( [UMaterialInterface](API\Runtime\Engine\Materials\UMaterialInterface) * InMaterial )
[]
FSlateMaterialBrush::FSlateMaterialBrush
/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h
Creates and initializes a new instance.
Slate
FSlateMaterialBrush ( const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InImageSize )
[]
FSlateMaterialBrush::FSlateMaterialBrush
/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h
Creates and initializes a new instance.
Slate
FSlateMaterialBrush ( class [UMaterialInterface](API\Runtime\Engine\Materials\UMaterialInterface) & InMaterial, const [UE::Slate::FDeprecateVector2DParameter](API\Runtime\SlateCore\Types\FDeprecateVector2DParameter) & InImageSize )
[]
FSlateMaterialBrush
/Engine/Source/Runtime/Slate/Public/SlateMaterialBrush.h
Note: This brush nor the slate renderer holds a strong reference to the material. You are responsible for maintaining the lifetime of the brush and material object.
Slate
struct FSlateMaterialBrush : public [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush)
[]
SBreadcrumbTrail::ClearCrumbs
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Removes all crumbs from the crumb box
Slate
void ClearCrumbs ( bool bPopAllCrumbsToClear )
[]
SBreadcrumbTrail::FArguments::DelimiterImage
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
The image to use between crumb trail buttons
Slate
WidgetArgsType & DelimiterImage &40; const TAttribute< const FSlateBrush &42; > & InAttribute &41;
[]
SBreadcrumbTrail::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Constructs this widget with InArgs
Slate
void Construct ( const [FArguments](API\Runtime\Slate\SBreadcrumbTrail\FArguments) & InArgs )
[]
SBreadcrumbTrail::FArguments::ButtonContentPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
The padding for the content in crumb buttons
Slate
WidgetArgsType & ButtonContentPadding &40; const TAttribute< FMargin > & InAttribute &41;
[]
SBreadcrumbTrail::FArguments::ButtonStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
The name of the style to use for the crumb buttons
Slate
WidgetArgsType & ButtonStyle &40; const FButtonStyle &42; InArg &41;
[]
SBreadcrumbTrail::FArguments::GetCrumbMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Slate
WidgetArgsType & GetCrumbMenuContent &40; const FGetCrumbMenuContent & InDelegate &41;
[]
SBreadcrumbTrail::FArguments::HasCrumbMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Slate
WidgetArgsType & HasCrumbMenuContent &40; const FHasCrumbMenuContent & InDelegate &41;
[]
SBreadcrumbTrail::FArguments::OnCrumbPopped
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Called when a crumb is popped
Slate
WidgetArgsType & OnCrumbPopped &40; const FOnCrumbPopped & InDelegate &41;
[]
SBreadcrumbTrail::FArguments::OnCrumbClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Called when a crumb is clicked, after the later crumbs were popped
Slate
WidgetArgsType & OnCrumbClicked &40; const FOnCrumbClicked & InDelegate &41;
[]
SBreadcrumbTrail::FArguments::OnCrumbPushed
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Called when a crumb is pushed
Slate
WidgetArgsType & OnCrumbPushed &40; const FOnCrumbPushed & InDelegate &41;
[]
SBreadcrumbTrail::FArguments::PersistentBreadcrumbs
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
If true, do not remove breadcrumbs when clicking
Slate
WidgetArgsType & PersistentBreadcrumbs &40; bool InArg &41;
[]
SBreadcrumbTrail::FArguments::ShowLeadingDelimiter
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
If true, a leading delimiter will be shown
Slate
WidgetArgsType & ShowLeadingDelimiter &40; const TAttribute< bool > & InAttribute &41;
[]
SBreadcrumbTrail::FArguments::TextStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
The name of the style to use for the crumb button text
Slate
WidgetArgsType & TextStyle &40; const FTextBlockStyle &42; InArg &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Slate
typedef FArguments WidgetArgsType
[]
SBreadcrumbTrail::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SBreadcrumbTrail >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
FGetCrumbMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Callback for getting the menu content to be displayed when clicking on a crumb's delimiter arrow
Slate
typedef TBaseDelegate_OneParam< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) >, const ItemType & > FGetCrumbMenuContent
[]
FOnCrumbPushed
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Callback for when a crumb has been pushed on the trail
Slate
typedef TBaseDelegate_OneParam< void, const ItemType & > FOnCrumbPushed
[]
FOnCrumbClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Callback for when a crumb in the trail has been clicked
Slate
typedef TBaseDelegate_OneParam< void, const ItemType & > FOnCrumbClicked
[]
FHasCrumbMenuContent
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Callback for checking whether the menu to be displayed when clicking on a crumb's delimiter arrow would have any content
Slate
typedef TBaseDelegate_OneParam< bool, const ItemType & > FHasCrumbMenuContent
[]
FOnCrumbPopped
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Callback for when a crumb has been popped off the trail
Slate
typedef TBaseDelegate_OneParam< void, const ItemType & > FOnCrumbPopped
[]
SBreadcrumbTrail::PeekCrumb
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Peeks at the end crumb in the trail. Returns the crumb data.
Slate
ItemType PeekCrumb() const
[]
SBreadcrumbTrail::GetAllCrumbData
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Gets all the crumb data in the trail
Slate
void GetAllCrumbData ( [TArray](API\Runtime\Core\Containers\TArray)< ItemType > & CrumbData ) const
[]
SBreadcrumbTrail::HasCrumbs
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Returns true if there are any crumbs in the trail.
Slate
bool HasCrumbs() const
[]
SBreadcrumbTrail::NumCrumbs
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Returns the number of crumbs in the trail.
Slate
int32 NumCrumbs() const
[]
SBreadcrumbTrail::PopCrumb
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Pops a crumb off the end of the trail. Returns the crumb data.
Slate
ItemType PopCrumb()
[]
SBreadcrumbTrail::PushCrumb
/Engine/Source/Runtime/Slate/Public/Widgets/Navigation/SBreadcrumbTrail.h
Adds a crumb to the end of the trail.
Slate
void PushCrumb ( const [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > & CrumbText, const ItemType & NewCrumbData )
[]
SEditableComboBox::ClearSelection
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Clears the combo box selection.
Slate
void ClearSelection()
[]
SBreadcrumbTrail
/Engine/Source/Runtime/Slate/Public/SlateFwd.h
A breadcrumb trail. Allows the user to see their currently selected path and navigate upwards.
Slate
template<typename ItemType> class SBreadcrumbTrail : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SEditableComboBox::FArguments::ButtonStyle
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & ButtonStyle &40; const FButtonStyle &42; InArg &41;
[]
SEditableComboBox::FArguments::AddButtonToolTip
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & AddButtonToolTip &40; const TAttribute< FText > & InAttribute &41;
[]
SEditableComboBox::Construct
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Constructs the widget.
Slate
void Construct ( const [FArguments](API\Runtime\Slate\SEditableComboBox\FArguments) & InArgs )
[]
SEditableComboBox::FArguments::Content
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
NamedSlotProperty< FArguments > Content&40;&41;
[]
SEditableComboBox::FArguments::ContentPadding
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & ContentPadding &40; const TAttribute< FMargin > & InAttribute &41;
[]
SEditableComboBox::FArguments::InitiallySelectedItem
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & InitiallySelectedItem &40; OptionType InArg &41;
[]
SEditableComboBox::FArguments::IsRenameVisible
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & IsRenameVisible &40; EVisibility InArg &41;
[]
SEditableComboBox::FArguments::MaxListHeight
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & MaxListHeight &40; float InArg &41;
[]
SEditableComboBox::FArguments::OnGetEditableText
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnGetEditableText &40; const FOnGetEditableComboBoxText & InDelegate &41;
[]
SEditableComboBox::FArguments::OnAddClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnAddClicked &40; const FOnClicked & InDelegate &41;
[]
SEditableComboBox::FArguments::OnGenerateWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnGenerateWidget &40; const FOnGenerateWidget & InDelegate &41;
[]
SEditableComboBox::FArguments::OnRemoveClicked
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnRemoveClicked &40; const FOnClicked & InDelegate &41;
[]
SEditableComboBox::FArguments::OnSelectionChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnSelectionChanged &40; const FOnSelectionChanged & InDelegate &41;
[]
SEditableComboBox::FArguments::OnSelectionRenamed
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OnSelectionRenamed &40; const FOnTextCommitted & InDelegate &41;
[]
SEditableComboBox::FArguments::OptionsSource
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & OptionsSource &40; const TArray< OptionType > &42; InArg &41;
[]
SEditableComboBox::FArguments::RemoveButtonToolTip
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & RemoveButtonToolTip &40; const TAttribute< FText > & InAttribute &41;
[]
SEditableComboBox::FArguments::RenameButtonToolTip
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
WidgetArgsType & RenameButtonToolTip &40; const TAttribute< FText > & InAttribute &41;
[]
WidgetArgsType
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
typedef FArguments WidgetArgsType
[]
SEditableComboBox::FArguments::FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
FArguments&40;&41;
[]
FArguments
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
struct FArguments : public [TSlateBaseNamedArgs< SEditableComboBox >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)
[]
FOnGenerateWidget
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
typedef TSlateDelegates< OptionType >::[FOnGenerateWidget](API\Runtime\Slate\SEditableComboBox\FOnGenerateWidget) FOnGenerateWidget
[]
FOnSelectionChanged
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Slate
typedef TSlateDelegates< OptionType >::[FOnSelectionChanged](API\Runtime\Slate\SEditableComboBox\FOnSelectionChanged) FOnSelectionChanged
[]
SEditableComboBox::GetSelectedItem
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Gets the item that is currently selected in the combo box. The selected item, or nullptr if no item is selected.
Slate
OptionType GetSelectedItem()
[]
SEditableComboBox::RefreshOptions
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
SetSelectedItem
Slate
void RefreshOptions()
[]
SEditableComboBox::SetSelectedItem
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SEditableComboBox.h
Sets the item that is selected in the combo box.
Slate
void SetSelectedItem ( OptionType InSelectedItem )
[]
BlueLabelBackgroundColor
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static const [FLinearColor](API\Runtime\Core\Math\FLinearColor) BlueLabelBackgroundColor;
[]
SEditableComboBox
/Engine/Source/Runtime/Slate/Public/SlateFwd.h
Implements an editable combo box.
Slate
template<typename OptionType> class SEditableComboBox : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
[]
SNumericEntryBox::BuildLabel
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SNumericEntryBox.h
Slate
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > BuildLabel ( [TAttribute](API\Runtime\Core\Misc\TAttribute)< [FText](API\Runtime\Core\Internationalization\FText) > LabelText, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & ForegroundColor, const [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) & BackgroundColor )
[]