Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp |
void DrawAxes
(
FViewport * Viewport,
FCanvas * Canvas,
const FRotator * InRotation,
EAxisList::Type InAxis
)
Remarks
Draws viewport axes
Parameters
| Name | Description |
|---|---|
| InViewport | Viewport we're rendering into |
| InCanvas | Canvas to draw on |
| InRotation | Specifies the rotation to apply to the axes |
| InAxis | Specifies which axes to draw |