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

#include <AttributeCurve.h>

Public Member Functions

 FAttributeKey (float InTime=0.f)
 
template<typename AttributeType >
const AttributeType & GetValue () const
 
template<typename AttributeType >
const AttributeType * GetValuePtr () const
 

Public Attributes

float Time
 

Protected Attributes

FWrappedAttribute Value
 

Friends

struct FAttributeCurve
 
FArchiveoperator<< (FArchive &Ar, FAttributeKey &P)
 

Constructor & Destructor Documentation

◆ FAttributeKey()

FAttributeKey::FAttributeKey ( float  InTime = 0.f)
inline

Member Function Documentation

◆ GetValue()

template<typename AttributeType >
const AttributeType & FAttributeKey::GetValue ( ) const
inline

◆ GetValuePtr()

template<typename AttributeType >
const AttributeType * FAttributeKey::GetValuePtr ( ) const
inline

Friends And Related Symbol Documentation

◆ FAttributeCurve

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FAttributeKey P 
)
friend

Member Data Documentation

◆ Time

float FAttributeKey::Time

The keyed time

◆ Value

FWrappedAttribute FAttributeKey::Value
protected

Value for this key, populated by FAttributeCurve during serialization


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