Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveEditor
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/CurveEditor.h |
Include | #include "CurveEditor.h" |
Source | /Engine/Source/Editor/CurveEditor/Private/CurveEditor.cpp |
void ZoomToFitCurves ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FCurveModelID](API\Editor\CurveEditor\FCurveModelID) > CurveModelIDs, [EAxisList::Type](API\Runtime\Core\Math\EAxisList__Type) Axes )
Remarks
Zoom the curve editor to fit the requested curves.
Parameters
Name | Description |
---|---|
CurveModelIDs | The curve IDs to zoom to fit. |
Axes | (Optional) Axes to lock the zoom to |