Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Views > API/Runtime/Slate/Widgets/Views/STableViewBase
- SWidget::OnPaint()
- SCompoundWidget::OnPaint()
- STableViewBase::OnPaint()
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Views/STableViewBase.h |
| Include | #include "Widgets/Views/STableViewBase.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Views/STableViewBase.cpp |
virtual int32 OnPaint
(
const FPaintArgs & Args,
const FGeometry & AllottedGeometry,
const FSlateRect & MyCullingRect,
FSlateWindowElementList & OutDrawElements,
int32 LayerId,
const FWidgetStyle & InWidgetStyle,
bool bParentEnabled
) const
Remarks
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. Called by the non-virtual OnPaint to enforce pre/post conditions during OnPaint.