![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
| FArchive & | operator<< (FArchive &Ar, FAttributeKey &P) |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
| float FAttributeKey::Time |
The keyed time
|
protected |
Value for this key, populated by FAttributeCurve during serialization