FRHICustomPresent::NeedsNativePresent

Called from render thread to see if a native present will be requested for this frame.

Windows
MacOS
Linux

Override Hierarchy

FRHICustomPresent::NeedsNativePresent()

FXRRenderBridge::NeedsNativePresent()

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHIResources.h

Include

#include "RHIResources.h"

Syntax

bool NeedsNativePresent()

Remarks

Called from render thread to see if a native present will be requested for this frame.

Returns

true if native Present will be requested for this frame; false otherwise. Must match value subsequently returned by Present for this frame.

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