![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SimpleCurve.h>
Public Member Functions | |
| FSimpleCurveKey () | |
| FSimpleCurveKey (float InTime, float InValue) | |
| ENGINE_API bool | Serialize (FArchive &Ar) |
| ENGINE_API bool | operator== (const FSimpleCurveKey &Other) const |
| ENGINE_API bool | operator!= (const FSimpleCurveKey &Other) const |
Public Attributes | |
| float | Time |
| float | Value |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FSimpleCurveKey &P) |
One key in a rich, editable float curve
|
inline |
| bool FSimpleCurveKey::operator!= | ( | const FSimpleCurveKey & | Other | ) | const |
| bool FSimpleCurveKey::operator== | ( | const FSimpleCurveKey & | Other | ) | const |
|
friend |
| float FSimpleCurveKey::Time |
Time at this key
| float FSimpleCurveKey::Value |
Value at this key