SScrollBox::ComputeVolatility

Recomputes the volatility of the widget.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

SWidget::ComputeVolatility()

SScrollBox::ComputeVolatility()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SScrollBox.h

Include

#include "Widgets/Layout/SScrollBox.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SScrollBox.cpp

Syntax

virtual bool ComputeVolatility() const

Remarks

Recomputes the volatility of the widget. If you have additional state you automatically want to make the widget volatile, you should sample that information here.