FNameCurveKey

One key in a curve of FNames.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Curves/NameCurve.h"

Syntax

struct FNameCurveKey

Remarks

One key in a curve of FNames.

Variables

Name Description

Public variable

float

 

Time

Time at this key

Public variable

FName

 

Value

Value at this key

Constructors

Name Description

Public function

FNameCurveKey()

Default constructor.

Public function

FNameCurveKey

(
    float InTime,
    const FName& InValue
)

Creates and initializes a new instance.

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FNameCurveKey& Other
)

Public function Const

bool

 

operator==

(
    const FNameCurveKey& 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