Navigation
API > API/Runtime > API/Runtime/UMG > API/Runtime/UMG/FUMGViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/Viewport.h | |||
virtual void Draw
(
const FSceneView* View, |
Components/Viewport.h |
Draw(FViewport , FCanvas )
| Name | Draw |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/Viewport.h |
| Include Path | #include "Components/Viewport.h" |
| Source | /Engine/Source/Runtime/UMG/Private/Components/Viewport.cpp |
virtual void Draw
(
FViewport * InViewport,
FCanvas * Canvas
)
Draw(const FSceneView , FPrimitiveDrawInterface )
| Name | Draw |
| Type | function |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/Viewport.h |
| Include Path | #include "Components/Viewport.h" |
virtual void Draw
(
const FSceneView * View,
FPrimitiveDrawInterface * PDI
)