Navigation
API > API/Editor > API/Editor/CurveEditor > API/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 ZoomToFitInternal
&40;
EAxisList::Type Axes,
const TMap< FCurveModelID, FKeyHandleSet > & CurveKeySet
&41;
Remarks
Internal zoom to fit implementation
Parameters
| Name | 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. |