FCurvePointInfo

Structure that defines the necessary data for painting a given curve point

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "CurveDrawInfo.h"

Syntax

struct FCurvePointInfo

Remarks

Structure that defines the necessary data for painting a given curve point

Variables

Name Description

Public variable

FKeyDrawInfo

 

DrawInfo

DrawInfo to use when rendering this point.

Public variable

FKeyHandle

 

KeyHandle

This point's key handle

Public variable

int32

 

LayerBias

A layer bias to draw the point with (higher integers draw on top)

Public variable

FVector2D

 

LineDelta

A screen space delta position that defines where to draw a line connected to this point.

Public variable

FVector2D

 

ScreenPosition

The position of the point on screen

Public variable

ECurvePointType

 

Type

The type of the point

Constructors

Name Description

Public function

FCurvePointInfo

(
    FKeyHandle InHandle
)

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