FCurvePointHandle

A unique handle to a particular point handle (key, tangent handle etc) on a curve, represented by the key's handle, its curve ID, and its type

Windows
MacOS
Linux

References

Module

CurveEditor

Header

/Engine/Source/Editor/CurveEditor/Public/CurveEditorTypes.h

Include

#include "CurveEditorTypes.h"

Syntax

struct FCurvePointHandle

Remarks

A unique handle to a particular point handle (key, tangent handle etc) on a curve, represented by the key's handle, its curve ID, and its type

Variables

Name Description

Public variable

FCurveModelID

 

CurveID

The curve ID of the key's curve

Public variable

FKeyHandle

 

KeyHandle

The key handle for the underlying key

Public variable

ECurvePointType

 

PointType

The type of this point

Constructors

Name Description

Public function

FCurvePointHandle

(
    FCurveModelID InCurveID,
    ECurvePointType InPointType,
    FKeyHandle InKeyHandle
)

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