SWidget::SetCullingBoundsExtension

Sets an additional culling padding that is added to a widget to give more leeway when culling widgets.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h

Include

#include "Widgets/SWidget.h"

Syntax

FORCEINLINEvoid SetCullingBoundsExtension
(
    const FMargin & InCullingBoundsExtension
)

Remarks

Sets an additional culling padding that is added to a widget to give more leeway when culling widgets. Useful if several child widgets have rendering beyond their bounds.

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