ICurveEditorKeyProxy

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

Windows
MacOS
Linux

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

Name Description

Public function

void

 

UpdateValuesFromRawData()

Called by the curve editor to update this instance's properties with the underlying raw data, if necessary

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss