SWidget::ForceVolatile

Should this widget always appear as volatile for any layout caching host widget.

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Widgets/SWidget.h"

Syntax

FORCEINLINEvoid ForceVolatile
(
    bool bForce
)

Remarks

Should this widget always appear as volatile for any layout caching host widget. A volatile widget's geometry and layout data will never be cached, and neither will any children.

Parameters

Parameter

Description

bForce

should we force the widget to be volatile?

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