FSimpleCurveKey

One key in a rich, editable float curve

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h

Include

#include "Curves/SimpleCurve.h"

Syntax

struct FSimpleCurveKey

Remarks

One key in a rich, editable float curve

Variables

Name Description

Public variable

float

 

Time

Time at this key

Public variable

float

 

Value

Value at this key

Constructors

Name Description

Public function

FSimpleCurveKey()

Public function

FSimpleCurveKey

(
    float InTime,
    float InValue
)

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

ICPPStructOps interface

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSimpleCurveKey& Other
)

Public function Const

bool

 

operator==

(
    const FSimpleCurveKey& Other
)

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