FRHICustomPresent::NeedsNativePresent

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

Choose your operating system:

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.