Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/TSlateDelegates
Type
typedef TBaseDelegate_TwoParams< TSharedRef < class ITableRow >, ArgumentType, const TSharedRef < class STableViewBase > & > FOnGenerateRow
References
Module | Slate |
Header | /Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h |
Include | #include "Framework/SlateDelegates.h" |
Remarks
The advanced version of OnGenerateWidget. You are given the reference to the owning list/tree and asked to return the appropriate container widget.