FEditorViewportClient::OnOrthoZoom

Called when a user zooms the ortho viewport

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 OnOrthoZoom
(
    const struct FInputEventState & InputState,
    float Scale
)

Remarks

Called when a user zooms the ortho viewport

Parameters

Parameter

Description

InputState

The current state of mouse and keyboard buttons

Scale

Allows modifying the default amount of zoom

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