SVirtualWindow::SetShouldResolveDeferred

We allow users to control the resolve policy for deferred content.

Windows
MacOS
Linux

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

Syntax

void SetShouldResolveDeferred
(
    bool bResolve
)

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.

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