Navigation
API > API/Plugins > API/Plugins/UVEditor > API/Plugins/UVEditor/FUVEditor2DViewportClient
- FEditorViewportClient::DrawCanvas()
- FUVEditor2DViewportClient::DrawCanvas()
References
| Module | UVEditor |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Public/UVEditor2DViewportClient.h |
| Include | #include "UVEditor2DViewportClient.h" |
| Source | /Engine/Plugins/Editor/UVEditor/Source/UVEditor/Private/UVEditor2DViewportClient.cpp |
virtual void DrawCanvas
&40;
FViewport & InViewport,
FSceneView & View,
FCanvas & Canvas
&41;
Remarks
Called to draw onto the viewports 2D canvas
Parameters
| Name | Description |
|---|---|
| InViewport | The viewport being rendered |
| View | The view of the scene to be rendered |
| Canvas | The canvas to draw on |