Choose your operating system:
Windows
macOS
Linux
| SCompoundWidget | ||||
| FSlateInvalidationRoot
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/SVirtualWindow.h |
Include |
#include "Widgets/SVirtualWindow.h" |
class SVirtualWindow : public SWindow
Name | Description | ||
---|---|---|---|
|
Construct ( |
||
|
SetIsFocusable ( |
||
|
SetShouldResolveDeferred ( |
We allow users to control the resolve policy for deferred content. |
Name | Description | ||
---|---|---|---|
|
ComputeDesiredSize ( |
The window's desired size takes into account the ratio between the slate units and the pixel size |
|
|
OnArrangeChildren ( |
Compute the Geometry of all the children and add populate the ArrangedChildren list with their values. |
|
|
OnPaint ( |
The widget should respond by populating the OutDrawElements array with FDrawElements that represent it and any of its children. |
|
|
FPopupMethod... |
OnQueryPopupMethod() |
Popups can manifest in a NEW OS WINDOW or via an OVERLAY in an existing window. |
|
OnVisualizeTooltip ( |
Called when Slate wants to visualize tooltip. |
|
|
SupportsKeyboardFocus() |
Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Name |
Description |
|
---|---|---|
|
FArguments |