Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FDummyViewport
- FViewport::EndRenderFrame()
- FDummyViewport::EndRenderFrame()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/DummyViewport.h |
Include | #include "DummyViewport.h" |
virtual void EndRenderFrame
&40;
FRHICommandListImmediate & RHICmdList,
bool bPresent,
bool bLockToVsync
&41;
Remarks
Ends a rendering frame. Called from the rendering thread.
Parameters
Name | Description |
---|---|
bPresent | Whether the frame should be presented to the screen |
bLockToVsync | Whether the GPU should block until VSYNC before presenting |