Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/SWindow
Description
Paint the window and all of its contents. Not the same as Paint().
| Name | PaintWindow |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Widgets/SWindow.h |
| Include Path | #include "Widgets/SWindow.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Widgets/SWindow.cpp |
int32 PaintWindow
(
double CurrentTime,
float DeltaTime,
FSlateWindowElementList & OutDrawElements,
const FWidgetStyle & InWidgetStyle,
bool bParentEnabled
)