FSlateDrawBuffer::AddWindowElementList

Creates a new [FSlateWindowElementList](API\Runtime\SlateCore\Rendering\FSlateWindowElementList) and returns a reference to it so it can have draw elements added to it

Windows
MacOS
Linux

References

Module

SlateCore

Header

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

Include

#include "Rendering/SlateDrawBuffer.h"

Source

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

Syntax

FSlateWindowElementList & AddWindowElementList
(
    TSharedRef< SWindow > ForWindow
)

Remarks

Creates a new FSlateWindowElementList and returns a reference to it so it can have draw elements added to it

Parameters

Parameter

Description

ForWindow

The window for which we are creating a list of paint elements.

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