![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RealCurve.h>
Public Member Functions | |
| FCurveAttributes () | |
| bool | HasPreExtrapolation () const |
| bool | HasPostExtrapolation () const |
| ERichCurveExtrapolation | GetPreExtrapolation () const |
| ERichCurveExtrapolation | GetPostExtrapolation () const |
| FCurveAttributes & | SetPreExtrapolation (ERichCurveExtrapolation InPreExtrapolation) |
| FCurveAttributes & | SetPostExtrapolation (ERichCurveExtrapolation InPostExtrapolation) |
| void | UnsetPreExtrapolation () |
| void | UnsetPostExtrapolation () |
Static Public Member Functions | |
| static FCurveAttributes | MaskCommon (const FCurveAttributes &A, const FCurveAttributes &B) |
Friends | |
| bool | operator== (const FCurveAttributes &Left, const FCurveAttributes &Right) |
| bool | operator!= (const FCurveAttributes &Left, const FCurveAttributes &Right) |
Structure allowing external curve data to express extended attributes
|
inline |
|
inline |
|
inline |
Access the extended properties of this curve. Must check whether the curve has such properties first
|
inline |
|
inline |
Check whether this curve has the specified properties
|
inlinestatic |
Generate a new set of attributes that contains only those attributes common to both A and B
|
inline |
|
inline |
Set the extended properties of this curve
|
inline |
|
inline |
Reset the extended properties of this curve, implying it does not support such properties
|
friend |
|
friend |