Choose your operating system:
Windows
macOS
Linux
| SWidget::ComputeDesiredSize()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.h |
Include |
#include "Widgets/Layout/SLinkedBox.h" |
Source |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SLinkedBox.cpp |
virtual FVector2D ComputeDesiredSize
(
float
) const
A Panel's desired size in the space required to arrange of its children on the screen while respecting all of the children's desired sizes and any layout-related options specified by the user. See StackPanel for an example.
The desired size.