Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Widgets > API/Runtime/SlateCore/Widgets/SWidget
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
bool IsChildWidgetCulled
(
const FSlateRect & MyCullingRect,
const FArrangedWidget & ArrangedChild
) const
Remarks
Tests if an arranged widget should be culled.
Parameters
| Name | Description |
|---|---|
| MyCullingRect | the culling rect of the widget currently doing the culling. |
| ArrangedChild | the arranged widget in the widget currently attempting to cull children. |