Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWidget
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SlatePrepass () |
DEPRECATED version of SlatePrepass that assumes no scaling beyond AppScale | Widgets/SWidget.h | |
void SlatePrepass
(
float InLayoutScaleMultiplier |
Descends to leaf-most widgets in the hierarchy and gathers desired sizes on the way up. | Widgets/SWidget.h |
SlatePrepass()
Description
DEPRECATED version of SlatePrepass that assumes no scaling beyond AppScale
| Name | SlatePrepass |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
void SlatePrepass()
SlatePrepass(float)
Description
Descends to leaf-most widgets in the hierarchy and gathers desired sizes on the way up. i.e. Caches the desired size of all of this widget's children recursively, then caches desired size for itself.
| Name | SlatePrepass |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
| Include Path | #include "Widgets/SWidget.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
void SlatePrepass
(
float InLayoutScaleMultiplier
)