Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/SCurveEditorView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateViewToTransformCurves () |
SCurveEditorView.h | ||
virtual void UpdateViewToTransformCurves
(
double InputMin, |
Function to make sure to update the view to the transform curves, we need to do this before we cache | SCurveEditorView.h |
UpdateViewToTransformCurves()
| Name | UpdateViewToTransformCurves |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h |
| Include Path | #include "SCurveEditorView.h" |
virtual void UpdateViewToTransformCurves()
UpdateViewToTransformCurves(double, double)
Description
Function to make sure to update the view to the transform curves, we need to do this before we cache
| Name | UpdateViewToTransformCurves |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/SCurveEditorView.h |
| Include Path | #include "SCurveEditorView.h" |
virtual void UpdateViewToTransformCurves
(
double InputMin,
double InputMax
)