FCurveEditor::ZoomToFitInternal

Internal zoom to fit implementation

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "CurveEditor.h"

Source

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

Syntax

void ZoomToFitInternal
(
    EAxisList::Type Axes,
    const TMap< FCurveModelID, FKeyHandleSet > & CurveKeySet
)

Remarks

Internal zoom to fit implementation

Parameters

Parameter

Description

Axes

The axes to zoom (only X or Y supported)

CurveKeySet

Map from curve ID to keys that should be considered for zoom. Empty key sets will cause the entire curve range to be zoomed.

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