SCurveEditorView::ZoomAround

Zoom this view in or out around the specified point

Choose your operating system:

Windows

macOS

Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h

Include

#include "SCurveEditorView.h"

Source

/Engine/Source/Editor/CurveEditor/Private/SCurveEditorView.cpp

Syntax

void ZoomAround
(
    const FVector2D & Amount,
    double InputOrigin,
    double OutputOrigin
)

Remarks

Zoom this view in or out around the specified point

Parameters

Parameter

Description

Amount

The amount to zoom by horizontally and vertically as a factor of the current size

TimeOrigin

The time origin to zoom around

ValueOrigin

The value origin to zoom around