Choose your operating system:
Windows
macOS
Linux
| SWidget::ComputeDesiredSize()
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Layout/SSpacer.h |
Include |
#include "Widgets/Layout/SSpacer.h" |
Source |
/Engine/Source/Runtime/Slate/Private/Widgets/Layout/SSpacer.cpp |
virtual FVector2D ComputeDesiredSize
(
float
) const
Overwritten from SWidget.
LeafWidgets should compute their DesiredSize based solely on their visual representation. There is no need to take child widgets into account as LeafWidgets have none by definition. For example, the TextBlock widget simply measures the area necessary to display its text with the given font and font size.