FSlateWindowElementList::FSlateWindowElementList

Construct a new list of elements with which to paint a window.

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

FSlateWindowElementList
(
    const TSharedPtr< SWindow > & InPaintWindow
)

Remarks

Construct a new list of elements with which to paint a window.

Parameters

Parameter

Description

InPaintWindow

The window that owns the widgets being painted. This is almost most always the same window that is being rendered to

InRenderWindow

The window that we will be rendering to.

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