![]() |
Iliad
Painting Plugin for UnrealEngine4 by Praxinos
|
Public Member Functions | |
void | Construct (const FArguments &InArgs, const TSharedRef< STableViewBase > &OwnerTableView, const IOdysseyBaseLayerNodeRef &iNode) |
DECLARE_DELEGATE_RetVal_ThreeParams (TSharedRef< SWidget >, FOnGenerateWidgetForColumn, const IOdysseyBaseLayerNodeRef &, const FName &, const TSharedRef< SOdysseyLayerStackViewRow > &) | |
virtual TSharedRef< SWidget > | GenerateWidgetForColumn (const FName &iColumnId) override |
Public Attributes | |
SOdysseyLayerStackViewRow | |
Widget that represents a row of the layer stack
void SOdysseyLayerStackViewRow::Construct | ( | const FArguments & | InArgs, |
const TSharedRef< STableViewBase > & | iOwnerTableView, | ||
const IOdysseyBaseLayerNodeRef & | iNode | ||
) |
Construct function for this widget
SOdysseyLayerStackViewRow::DECLARE_DELEGATE_RetVal_ThreeParams | ( | TSharedRef< SWidget > | , |
FOnGenerateWidgetForColumn | , | ||
const IOdysseyBaseLayerNodeRef & | , | ||
const FName & | , | ||
const TSharedRef< SOdysseyLayerStackViewRow > & | |||
) |
|
overridevirtual |
Overridden from SMultiColumnTableRow. Generates a widget for this column of the tree row.
SOdysseyLayerStackViewRow::SOdysseyLayerStackViewRow |