Navigation
API > API/Editor > API/Editor/CurveEditor
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/CurveEditorKeyProxy.h |
| Include | #include "CurveEditorKeyProxy.h" |
Syntax
class ICurveEditorKeyProxy
Remarks
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Called by the curve editor to update this instance's properties with the underlying raw data, if necessary |