SAssetTagItemTableRow

Custom table row used to contain asset tag items within list and tree views

Windows
MacOS
Linux

Inheritance Hierarchy

ITableRow

SBorder

STableRow

SAssetTagItemTableRow

References

Module

AssetTagsEditor

Header

/Engine/Source/Editor/AssetTagsEditor/Public/SAssetTagItem.h

Include

#include "SAssetTagItem.h"

Syntax

template<typename ItemType>
class SAssetTagItemTableRow : public STableRow< ItemType >

Remarks

Custom table row used to contain asset tag items within list and tree views

Functions

Name Description

Public function

void

 

Construct

(
    const typename STableRow< ItemType ...,
    const TSharedRef< STableViewBase > ...
)

Public function

void

 

SetIsDropTarget

(
    const TAttribute< bool >& InIsDrop...
)

Overridden from STableRow

Name Description

Public function Virtual Const

const FSlate...

 

GetBorder()

Overridden from SBorder

Name Description

Public function Virtual

void

 

SetContent

(
    TSharedRef< SWidget > InContent
)

Set the inner content of this row, preserving any extra UI (such as the expander arrows for tree views) that was added by ConstructChildren

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss