Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateWindowElementList
Description
Pushes the current widget that is painting onto the widget stack so we know what elements belong to each widget This information is used for caching later.
| Name | PushPaintingWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h |
| Include Path | #include "Rendering/DrawElements.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp |
void PushPaintingWidget
(
const SWidget & CurrentWidget,
int32 StartingLayerId,
FSlateCachedElementsHandle & CurrentCacheHandle
)