SAssetColumnView

The columns view mode of the asset view

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 SAssetColumnView : public [SListView< TSharedPtr< FAssetViewItem > >](API\Editor\UnrealEd\Editor\SListView)  

Remarks

The columns view mode of the asset view

Overridden from SWidget

Type Name Description
FReply OnKeyDown ( const FGeometry& MyGeometry, const FKeyEvent& InKeyEvent ) Called after a key is pressed when this widget has focus (this event bubbles if not handled)
bool SupportsKeyboardFocus () Checks to see if this widget supports keyboard focus. Override this in derived classes.
void Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) Ticks this widget with Geometry.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library