UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNameCurveKey Struct Reference

#include <NameCurve.h>

Public Member Functions

 FNameCurveKey ()
 
 FNameCurveKey (float InTime, const FName &InValue)
 
ENGINE_API bool operator== (const FNameCurveKey &Other) const
 
ENGINE_API bool operator!= (const FNameCurveKey &Other) const
 
ENGINE_API bool Serialize (FArchive &Ar)
 

Public Attributes

float Time
 
FName Value
 

Friends

FArchiveoperator<< (FArchive &Ar, FNameCurveKey &Key)
 

Detailed Description

One key in a curve of FNames.

Constructor & Destructor Documentation

◆ FNameCurveKey() [1/2]

FNameCurveKey::FNameCurveKey ( )
inline

Default constructor.

◆ FNameCurveKey() [2/2]

FNameCurveKey::FNameCurveKey ( float  InTime,
const FName InValue 
)
inline

Creates and initializes a new instance.

Member Function Documentation

◆ operator!=()

bool FNameCurveKey::operator!= ( const FNameCurveKey Other) const

◆ operator==()

bool FNameCurveKey::operator== ( const FNameCurveKey Other) const

◆ Serialize()

bool FNameCurveKey::Serialize ( FArchive Ar)

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FNameCurveKey Key 
)
friend

Serializes a name curve key from or into an archive.

Member Data Documentation

◆ Time

float FNameCurveKey::Time

Time at this key

◆ Value

FName FNameCurveKey::Value

Value at this key


The documentation for this struct was generated from the following files: