Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UGameViewportClient
Description
Called after rendering the player views and HUDs to render menus, the console, etc. This is the last rendering call in the render loop
| Name | PostRender |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/GameViewportClient.h |
| Include Path | #include "Engine/GameViewportClient.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameViewportClient.cpp |
virtual void PostRender
(
UCanvas * Canvas
)
Parameters
| Name | Remarks |
|---|---|
| Canvas | The canvas to use for rendering. |