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 |
|---|---|---|---|---|---|
SAssetTileItem::GetExtraStateIconWidth | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Get the expected width of an extra state icon. | ContentBrowser | float GetExtraStateIconWidth() const | [] |
SAssetTileItem::GetFolderBackgroundImage | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetFolderBackgroundImage() const | [] | |
SAssetTileItem::GetFolderBackgroundShadowImage | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetFolderBackgroundShadowImage() const | [] | |
SAssetTileItem::GetGenericThumbnailSize | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | int32 GetGenericThumbnailSize() const | [] | |
SAssetTileItem::GetMaxAssetNameHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Gets the max size of the name area for an asset | ContentBrowser | [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) GetMaxAssetNameHeight() const | [] |
SAssetTileItem::GetNameAreaBackgroundImage | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | const [FSlateBrush](API\Runtime\SlateCore\Styling\FSlateBrush) * GetNameAreaBackgroundImage() const | [] | |
SAssetTileItem::GetNameAreaMaxDesiredHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) GetNameAreaMaxDesiredHeight() const | [] | |
SAssetTileItem::GetNameAreaTextColor | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | [FSlateColor](API\Runtime\SlateCore\Styling\FSlateColor) GetNameAreaTextColor() const | [] | |
SAssetTileItem::GetNameTextWrapWidth | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | SAssetViewIteminterface | ContentBrowser | virtual float GetNameTextWrapWidth() const | [] |
SAssetTileItem::GetRegularFontHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | static float GetRegularFontHeight() | [] | |
SAssetTileItem::GetSCCIconVisibility | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Gets the visibility of the SCC icons | ContentBrowser | [EVisibility](API\Runtime\SlateCore\Layout\EVisibility) GetSCCIconVisibility() const | [] |
SAssetTileItem::GetSmallFontHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | static float GetSmallFontHeight() | [] | |
SAssetTileItem::GetThumbnailBoxSize | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Returns the size of the thumbnail widget | ContentBrowser | [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) GetThumbnailBoxSize() const | [] |
SAssetTileItem::GetStateIconImageSize | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Returns the size of the state icon box widget (i.e dirty image, scc) | ContentBrowser | [FOptionalSize](API\Runtime\SlateCore\Types\FOptionalSize) GetStateIconImageSize() const | [] |
SAssetTileItem::GetThumbnailFont | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Returns the font to use for the thumbnail label | ContentBrowser | [FSlateFontInfo](API\Runtime\SlateCore\Fonts\FSlateFontInfo) GetThumbnailFont() const | [] |
SAssetTileItem::InitializeAssetNameHeights | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | ContentBrowser | static void InitializeAssetNameHeights() | [] | |
SAssetTileItem::OnAssetDataChanged | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Handles committing a name change | ContentBrowser | virtual void OnAssetDataChanged() | [] |
SAssetTileItem::OnMouseEnter | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Handles realtime thumbnails | ContentBrowser | virtual void OnMouseEnter ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
SAssetTileItem::OnMouseLeave | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Handles realtime thumbnails | ContentBrowser | virtual void OnMouseLeave ( const [FPointerEvent](API\Runtime\SlateCore\Input\FPointerEvent) & MouseEvent ) | [] |
RegularFontHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Regular thumbnail font size | ContentBrowser | static float RegularFontHeight; | [] |
SmallFontHeight | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Small thumbnail font size | ContentBrowser | static float SmallFontHeight; | [] |
SAssetTileItem::~SAssetTileItem | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Destructor | ContentBrowser | ~SAssetTileItem() | [] |
SAssetTileItem | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | An item in the asset tile view | ContentBrowser | class SAssetTileItem : public [SAssetViewItem](API\Editor\ContentBrowser\SAssetViewItem) | [] |
SAssetTileView::OnKeyDown | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Called after a key is pressed when this widget has focus (this event bubbles if not handled)
Returns whether the event was handled, along with other possible actions | ContentBrowser | virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnKeyDown ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry, const [FKeyEvent](API\Runtime\SlateCore\Input\FKeyEvent) & InKeyEvent ) | [] |
SAssetTileView::SupportsKeyboardFocus | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Checks to see if this widget supports keyboard focus. Override this in derived classes.
True if this widget can take keyboard focus | ContentBrowser | virtual bool SupportsKeyboardFocus() const | [] |
SAssetTileView::Tick | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | Ticks this widget with Geometry. Override in derived classes, but always call the parent implementation. | ContentBrowser | virtual void Tick ( const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | [] |
SAssetTileView | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h | The tile view mode of the asset view | ContentBrowser | class SAssetTileView : public [STileView< TSharedPtr< FAssetViewItem > >](API\Runtime\Slate\Widgets\Views\STileView) | [] |
SAssetView::AdjustActiveSelection | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Adjusts the selected asset by the selection delta, which should be +1 or -1) | ContentBrowser | void AdjustActiveSelection ( int32 SelectionDelta ) | [] |
SAssetView::ApplyHistoryData | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Sets the state of the asset view to the one described by the history data | ContentBrowser | void ApplyHistoryData ( const [FHistoryData](API\Editor\ContentBrowser\FHistoryData) & History ) | [] |
SAssetView::ClearSelection | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Clears the selection of all the lists in the view | ContentBrowser | void ClearSelection ( bool bForceSilent ) | [] |
SAssetView::Construct | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Constructs this widget with InArgs | ContentBrowser | void Construct ( const [FArguments](API\Editor\ContentBrowser\SAssetView\FArguments) & InArgs ) | [] |
SAssetView::FArguments::AllowDragging | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Whether to allow dragging of items | ContentBrowser | WidgetArgsType & AllowDragging &40; bool InArg &41; | [] |
SAssetView::CreateNewAsset | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Creates a new asset item designed to allocate a new object once it is named. Uses the supplied factory to create the asset | ContentBrowser | void CreateNewAsset ( const [FString](API\Runtime\Core\Containers\FString) & DefaultAssetName, const [FString](API\Runtime\Core\Containers\FString) & PackagePath, [UClass](API\Runtime\CoreUObject\UObject\UClass) * AssetClass, [UFactory](API\Editor\UnrealEd\Factories\UFactory) * Factory ) | [] |
SAssetView::FArguments::AllowFocusOnSync | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Whether this asset view should allow focus on sync or not | ContentBrowser | WidgetArgsType & AllowFocusOnSync &40; bool InArg &41; | [] |
SAssetView::FArguments::AllowThumbnailEditMode | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | True if the asset view may edit thumbnails | ContentBrowser | WidgetArgsType & AllowThumbnailEditMode &40; bool InArg &41; | [] |
SAssetView::FArguments::AllowThumbnailHintLabel | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Whether to ever show the hint label on thumbnails | ContentBrowser | WidgetArgsType & AllowThumbnailHintLabel &40; bool InArg &41; | [] |
SAssetView::FArguments::AssetShowWarningText | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The warning text to display when there are no assets to show | ContentBrowser | WidgetArgsType & AssetShowWarningText &40; const TAttribute< FText > & InAttribute &41; | [] |
SAssetView::FArguments::bShowPathViewFilters | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Show path view filters submenu in view options menu | ContentBrowser | WidgetArgsType & bShowPathViewFilters &40; bool InArg &41; | [] |
SAssetView::FArguments::CanDockCollections | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if the 'Dock Collections' option should be enabled or disabled | ContentBrowser | WidgetArgsType & CanDockCollections &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowClasses | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if this view is allowed to show classes | ContentBrowser | WidgetArgsType & CanShowClasses &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowDevelopersFolder | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if the 'Show Developers' option should be enabled or disabled | ContentBrowser | WidgetArgsType & CanShowDevelopersFolder &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowFolders | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if the 'Show Folders' option should be enabled or disabled | ContentBrowser | WidgetArgsType & CanShowFolders &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowFavorites | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if the 'Show Favorites' option should be enabled or disabled | ContentBrowser | WidgetArgsType & CanShowFavorites &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowReadOnlyFolders | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if this view is allowed to show folders that cannot be written to | ContentBrowser | WidgetArgsType & CanShowReadOnlyFolders &40; bool InArg &41; | [] |
SAssetView::FArguments::CanShowRealTimeThumbnails | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Indicates if the 'Real-Time Thumbnails' option should be enabled or disabled | ContentBrowser | WidgetArgsType & CanShowRealTimeThumbnails &40; bool InArg &41; | [] |
SAssetView::FArguments::CustomColumns | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Custom columns that can be use specific | ContentBrowser | WidgetArgsType & CustomColumns &40; TArray< FAssetViewCustomColumn > InArg &41; | [] |
SAssetView::FArguments::FillEmptySpaceInTileView | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Whether this asset view should allow the thumbnails to consume empty space after the user scale is applied | ContentBrowser | WidgetArgsType & FillEmptySpaceInTileView &40; bool InArg &41; | [] |
SAssetView::FArguments::FilterRecursivelyWithBackendFilter | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | If true, recursive filtering will be caused by applying a backend filter | ContentBrowser | WidgetArgsType & FilterRecursivelyWithBackendFilter &40; bool InArg &41; | [] |
SAssetView::FArguments::ForceHideScrollbar | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should always hide scrollbar (Removes scrollbar) | ContentBrowser | WidgetArgsType & ForceHideScrollbar &40; bool InArg &41; | [] |
SAssetView::FArguments::ForceShowEngineContent | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should always show engine content | ContentBrowser | WidgetArgsType & ForceShowEngineContent &40; bool InArg &41; | [] |
SAssetView::FArguments::ForceShowPluginContent | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should always show plugin content | ContentBrowser | WidgetArgsType & ForceShowPluginContent &40; bool InArg &41; | [] |
SAssetView::FArguments::FrontendFilters | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The filter collection used to further filter down assets returned from the backend | ContentBrowser | WidgetArgsType & FrontendFilters &40; TSharedPtr< FAssetFilterCollectionType > InArg &41; | [] |
SAssetView::FArguments::HiddenColumnNames | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Columns to hide by default | ContentBrowser | WidgetArgsType & HiddenColumnNames &40; TArray< FString > InArg &41; | [] |
SAssetView::FArguments::HighlightedText | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Attribute to determine what text should be highlighted | ContentBrowser | WidgetArgsType & HighlightedText &40; const TAttribute< FText > & InAttribute &41; | [] |
SAssetView::FArguments::InitialAssetSelection | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The asset that should be initially selected | ContentBrowser | WidgetArgsType & InitialAssetSelection &40; FAssetData InArg &41; | [] |
SAssetView::FArguments::InitialBackendFilter | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The initial backend filter | ContentBrowser | WidgetArgsType & InitialBackendFilter &40; FARFilter InArg &41; | [] |
SAssetView::FArguments::InitialCategoryFilter | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Initial set of item categories that this view should show - may be adjusted further by things like CanShowClasses or legacy delegate bindings | ContentBrowser | WidgetArgsType & InitialCategoryFilter &40; EContentBrowserItemCategoryFilter InArg &41; | [] |
SAssetView::FArguments::InitialSourcesData | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The initial base sources filter | ContentBrowser | WidgetArgsType & InitialSourcesData &40; FSourcesData InArg &41; | [] |
SAssetView::FArguments::InitialThumbnailSize | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Initial thumbnail size | ContentBrowser | WidgetArgsType & InitialThumbnailSize &40; EThumbnailSize InArg &41; | [] |
SAssetView::FArguments::OnAssetTagWantsToBeDisplayed | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to check if an asset tag should be display in details view. | ContentBrowser | WidgetArgsType & OnAssetTagWantsToBeDisplayed &40; const FOnShouldDisplayAssetTag & InDelegate &41; | [] |
SAssetView::FArguments::OnAssetToolTipClosing | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when an asset item's tooltip is closing | ContentBrowser | WidgetArgsType & OnAssetToolTipClosing &40; const FOnAssetToolTipClosing & InDelegate &41; | [] |
SAssetView::FArguments::InitialViewType | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The initial view type | ContentBrowser | WidgetArgsType & InitialViewType &40; EAssetViewType::Type InArg &41; | [] |
SAssetView::FArguments::OnExtendAssetViewOptionsMenuContext | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when opening view options menu | ContentBrowser | WidgetArgsType & OnExtendAssetViewOptionsMenuContext &40; const FOnExtendAssetViewOptionsMenuContext & InDelegate &41; | [] |
SAssetView::FArguments::OnGetItemContextMenu | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Delegate to invoke when a context menu for an item is opening. | ContentBrowser | WidgetArgsType & OnGetItemContextMenu &40; const FOnGetContentBrowserItemContextMenu & InDelegate &41; | [] |
SAssetView::FArguments::OnGetCustomSourceAssets | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to add extra asset data to the asset view, to display virtual assets. These get treated similar to Class assets | ContentBrowser | WidgetArgsType & OnGetCustomSourceAssets &40; const FOnGetCustomSourceAssets & InDelegate &41; | [] |
SAssetView::FArguments::OnGetCustomAssetToolTip | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to get a custom asset item tool tip (if necessary) | ContentBrowser | WidgetArgsType & OnGetCustomAssetToolTip &40; const FOnGetCustomAssetToolTip & InDelegate &41; | [] |
SAssetView::FArguments::OnIsAssetValidForCustomToolTip | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Delegate to call (if bound) to check if it is valid to get a custom tooltip for this asset item | ContentBrowser | WidgetArgsType & OnIsAssetValidForCustomToolTip &40; const FOnIsAssetValidForCustomToolTip & InDelegate &41; | [] |
SAssetView::FArguments::OnItemRenameCommitted | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when the user has committed a rename of one or more items | ContentBrowser | WidgetArgsType & OnItemRenameCommitted &40; const FOnContentBrowserItemRenameCommitted & InDelegate &41; | [] |
SAssetView::FArguments::OnItemsActivated | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when the user double clicks, presses enter, or presses space on an Content Browser item | ContentBrowser | WidgetArgsType & OnItemsActivated &40; const FOnContentBrowserItemsActivated & InDelegate &41; | [] |
SAssetView::FArguments::OnItemSelectionChanged | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to when an item is selected | ContentBrowser | WidgetArgsType & OnItemSelectionChanged &40; const FOnContentBrowserItemSelectionChanged & InDelegate &41; | [] |
SAssetView::FArguments::OnNewItemRequested | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when the asset view is asked to start to create a temporary item | ContentBrowser | WidgetArgsType & OnNewItemRequested &40; const FOnAssetViewNewItemRequested & InDelegate &41; | [] |
SAssetView::FArguments::OnSearchOptionsChanged | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Custom columns that can be use specific | ContentBrowser | WidgetArgsType & OnSearchOptionsChanged &40; const FOnSearchOptionChanged & InDelegate &41; | [] |
SAssetView::FArguments::OnShouldFilterAsset | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to check if an asset should be filtered out by external code | ContentBrowser | WidgetArgsType & OnShouldFilterAsset &40; const FOnShouldFilterAsset & InDelegate &41; | [] |
SAssetView::FArguments::OnShouldFilterItem | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called to check if an item should be filtered out by external code | ContentBrowser | WidgetArgsType & OnShouldFilterItem &40; const FOnShouldFilterItem & InDelegate &41; | [] |
SAssetView::FArguments::OnVisualizeAssetToolTip | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Called when an asset item is about to show a tooltip | ContentBrowser | WidgetArgsType & OnVisualizeAssetToolTip &40; const FOnVisualizeAssetToolTip & InDelegate &41; | [] |
SAssetView::FArguments::SelectionMode | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The selection mode the asset view should use | ContentBrowser | WidgetArgsType & SelectionMode &40; ESelectionMode::Type InArg &41; | [] |
SAssetView::FArguments::OwningContentBrowser | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | The content browser that owns this view if any | ContentBrowser | WidgetArgsType & OwningContentBrowser &40; TSharedPtr< SContentBrowser > InArg &41; | [] |
SAssetView::FArguments::ShowBottomToolbar | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should the toolbar indicating number of selected assets, mode switch buttons, etc... be shown? | ContentBrowser | WidgetArgsType & ShowBottomToolbar &40; bool InArg &41; | [] |
SAssetView::FArguments::ShowDisallowedAssetClassAsUnsupportedItems | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Allow the asset view to display the hidden asset class as unsupported items | ContentBrowser | WidgetArgsType & ShowDisallowedAssetClassAsUnsupportedItems &40; bool InArg &41; | [] |
SAssetView::FArguments::ShowPathInColumnView | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should show Path in column view if true | ContentBrowser | WidgetArgsType & ShowPathInColumnView &40; bool InArg &41; | [] |
SAssetView::FArguments::ShowTypeInColumnView | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should show Type in column view if true | ContentBrowser | WidgetArgsType & ShowTypeInColumnView &40; bool InArg &41; | [] |
SAssetView::FArguments::ShowTypeInTileView | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should show Type in column view if true | ContentBrowser | WidgetArgsType & ShowTypeInTileView &40; bool InArg &41; | [] |
SAssetView::FArguments::ShowViewOptions | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Should view options be shown. Note: If ShowBottomToolbar is false, then view options are not shown regardless of this setting | ContentBrowser | WidgetArgsType & ShowViewOptions &40; bool InArg &41; | [] |
SAssetView::FArguments::SortByPathInColumnView | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Sort by path in the column view. Only works if the initial view type is Column | ContentBrowser | WidgetArgsType & SortByPathInColumnView &40; bool InArg &41; | [] |
SAssetView::FArguments::ThumbnailLabel | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | What the label on the asset thumbnails should be | ContentBrowser | WidgetArgsType & ThumbnailLabel &40; EThumbnailLabel::Type InArg &41; | [] |
WidgetArgsType | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | ContentBrowser | typedef FArguments WidgetArgsType | [] | |
SAssetView::FArguments::FArguments | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | ContentBrowser | FArguments&40;&41; | [] | |
FArguments | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | ContentBrowser | struct FArguments : public [TSlateBaseNamedArgs< SAssetView >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs) | [] | |
SAssetView::ForceShowPluginFolder | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Forces the plugin content folder to be shown. | ContentBrowser | void ForceShowPluginFolder ( bool bEnginePlugin ) | [] |
SAssetView::GetAssetCountText | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Gets the text for the asset count label | ContentBrowser | [FText](API\Runtime\Core\Internationalization\FText) GetAssetCountText() const | [] |
SAssetView::GetBackendFilter | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Get the current backend filter | ContentBrowser | const [FARFilter](API\Runtime\CoreUObject\AssetRegistry\FARFilter) & GetBackendFilter() const | [] |
SAssetView::GetSelectedAssets | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the asset data objects in items currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > GetSelectedAssets() const | [] |
SAssetView::GetSelectedFileItems | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the file items currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) > GetSelectedFileItems() const | [] |
SAssetView::GetSelectedFolderItems | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the folder items currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) > GetSelectedFolderItems() const | [] |
SAssetView::GetSelectedFolders | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the folders currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FString](API\Runtime\Core\Containers\FString) > GetSelectedFolders() const | [] |
SAssetView::GetSelectedItems | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the items currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) > GetSelectedItems() const | [] |
SAssetView::GetSelectedViewItems | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns all the items currently selected in the view | ContentBrowser | [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAssetViewItem](API\Editor\ContentBrowser\FAssetViewItem) > > GetSelectedViewItems() const | [] |
SAssetView::GetSourcesData | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Returns the sources filter applied to this asset view | ContentBrowser | const [FSourcesData](API\Editor\ContentBrowser\FSourcesData) & GetSourcesData() const | [] |
SAssetView::GetViewButtonContent | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Handler for when the view combo button is clicked | ContentBrowser | [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > GetViewButtonContent() | [] |
SAssetView::HandleSettingChanged | /Engine/Source/Editor/ContentBrowser/Public/SAssetView.h | Delegate called when an editor setting is changed | ContentBrowser | void HandleSettingChanged ( [FName](API\Runtime\Core\UObject\FName) PropertyName ) | [] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.