Navigation
API > API/Editor > API/Editor/CurveEditor
Interface that can be implemented by any object passed to a curve editor to use as a key editing proxy. When used, UpdateValuesFromRawData will be called every frame to optionally retrieve the current values of the key for this proxy.
| Name | ICurveEditorKeyProxy |
| Type | class |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveEditorKeyProxy.h |
| Include Path | #include "CurveEditorKeyProxy.h" |
Syntax
class ICurveEditorKeyProxy
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void UpdateValuesFromRawData() |
Called by the curve editor to update this instance's properties with the underlying raw data, if necessary | CurveEditorKeyProxy.h |