SWidget::IsChildWidgetCulled

Tests if an arranged widget should be culled.

Windows
MacOS
Linux

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

Syntax

bool IsChildWidgetCulled
(
    const FSlateRect & MyCullingRect,
    const FArrangedWidget & ArrangedChild
) const

Remarks

Tests if an arranged widget should be culled.

Parameters

Parameter

Description

MyCullingRect

the culling rect of the widget currently doing the culling.

ArrangedChild

the arranged widget in the widget currently attempting to cull children.

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