Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Widgets > SWidget > SlatePrepass
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWidget.h |
Include | #include "Widgets/SWidget.h" |
Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWidget.cpp |
void SlatePrepass
&40;
float InLayoutScaleMultiplier
&41;
Remarks
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.