SAssetColumnViewRow

Unreal Engine C++ API Reference > Editor > ContentBrowser

Inheritance Hierarchy

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
Include #include "AssetViewWidgets.h"

Syntax

class SAssetColumnViewRow : public [SMultiColumnTableRow< TSharedPtr< FAssetViewItem > >](API\Runtime\Slate\Widgets\Views\SMultiColumnTableRow)  

Variables

Type Name Description
TSharedPtr< SAs... AssetColumnItem  

Functions

Type Name Description
void Construct ( const FArguments& InArgs, const TSharedRef< STableViewBase > ... ) Constructs this widget with InArgs

Overridden from SMultiColumnTableRow

Type Name Description
TSharedRef< ... GenerateWidgetForColumn ( const FName& InColumnName ) Users of SMultiColumnTableRow would usually some piece of data associated with it.

Overridden from ITableRow

Type Name Description
FVector2D GetRowSizeForColumn ( const FName& InColumnName ) By default, this function does nothing, it should be implemented by derived class

Overridden from SWidget

Type Name Description
TSharedPtr< ... GetToolTip ()  
void OnDragEnter ( const FGeometry& MyGeometry, const FDragDropEvent& DragDropEven... ) DRAG AND DROP (DragDrop) Called during drag and drop when the drag enters a widget.
void OnDragLeave ( const FDragDropEvent& DragDropEven... ) Called during drag and drop when the drag leaves a widget.
FReply OnDragOver ( const FGeometry& MyGeometry, const FDragDropEvent& DragDropEven... ) Called during drag and drop when the the mouse is being dragged over a widget.
FReply OnDrop ( const FGeometry& MyGeometry, const FDragDropEvent& DragDropEven... ) Called when the user is dropping something onto a widget; terminates drag and drop.
void OnToolTipClosing () Called when a tooltip displayed from this widget is being closed
bool OnVisualizeTooltip ( const TSharedPtr< SWidget >& Toolt... ) Called when Slate wants to visualize tooltip.
void Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) Ticks this widget with Geometry.

Classes

Type Name Description
Public struct FArguments  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library