ICurveEditorKeyProxy

Interface that can be implemented by any object passed to a curve editor to use as a key editing proxy.

Unreal Engine C++ API Reference > 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 UpdateValuesFromRawData () Called by the curve editor to update this instance's properties with the underlying raw data, if necessary

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library