Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/SVirtualWindow
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/SVirtualWindow.h |
| Include | #include "Widgets/SVirtualWindow.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/SVirtualWindow.cpp |
void SetShouldResolveDeferred
&40;
bool bResolve
&41;
Remarks
We allow users to control the resolve policy for deferred content. When a virtual window is used in a retainer, we don't want it trying to resolve the deferred content, we instead need it to pass that content up to the non-retained window drawing the retainer. If a virtual window is used in a case like the WidgetComponent, we always want to resolve the deferred content because there won't be another opportunity since the 3D widget has no owner window that can draw it.