| FNoncopyable
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h |
Include |
#include "Rendering/DrawElements.h" |
class FSlateWindowElementList : public FNoncopyable
Represents a top level window and its draw elements.
Name | Description | |
---|---|---|
|
FSlateWindowElementList ( |
Construct a new list of elements with which to paint a window. |
Name | Description | |
---|---|---|
|
~FSlateWindowElementList() |
Name |
Description |
|
---|---|---|
|
FDeferredPaint |
DEFERRED PAINTING. |
Name | Description | ||
---|---|---|---|
|
void |
AddItem ( |
AddItem is deprecated, use AddUninitialized instead |
|
TSharedPtr< ... |
GetWindow() |
FSlateWindowElementList::GetWindow is not thread safe but window element lists are accessed on multiple threads. Please call GetPaintWindow instead |