SGridPanel::CacheDesiredSize

The system calls this method.

Windows
MacOS
Linux

Override Hierarchy

SWidget::CacheDesiredSize()

SGridPanel::CacheDesiredSize()

References

Module

Slate

Header

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

Include

#include "Widgets/Layout/SGridPanel.h"

Source

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

Syntax

virtual void CacheDesiredSize
(
    float InLayoutScaleMultiplier
)

Remarks

The system calls this method. It performs a breadth-first traversal of every visible widget and asks each widget to cache how big it needs to be in order to present all of its content.

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