FSlateWindowElementList::PushPaintingWidget

FAST PATH.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h

Include

#include "Rendering/DrawElements.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp

Syntax

void PushPaintingWidget
(
    const SWidget & CurrentWidget,
    int32 StartingLayerId,
    FSlateCachedElementsHandle & CurrentCacheHandle
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss