FKeyPosition

Generic key position information for a key on a curve

Windows
MacOS
Linux

References

Module

CurveEditor

Header

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

Include

#include "CurveDataAbstraction.h"

Syntax

struct FKeyPosition

Remarks

Generic key position information for a key on a curve

Variables

Name Description

Public variable

double

 

InputValue

The key's input (x-axis) position (i.e. it's time)

Public variable

double

 

OutputValue

The key's output (t-axis) position (i.e. it's value)

Constructors

Name Description

Public function

FKeyPosition()

Public function

FKeyPosition

(
    double Input,
    double Output
)

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