FEditorViewportClient::DrawAxes

Draws viewport axes

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h

Include

#include "EditorViewportClient.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorViewportClient.cpp

Syntax

void DrawAxes
(
    FViewport * Viewport,
    FCanvas * Canvas,
    const FRotator * InRotation,
    EAxisList::Type InAxis
)

Remarks

Draws viewport axes

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss