Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Curves/RealCurve.h |
Include | #include "Curves/RealCurve.h" |
Syntax
struct FCurveAttributes
Remarks
Structure allowing external curve data to express extended attributes
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
ERichCurveExtrapolation | ||
![]() ![]() |
ERichCurveExtrapolation | Access the extended properties of this curve. | |
![]() ![]() |
bool | ||
![]() ![]() |
bool | Check whether this curve has the specified properties | |
![]() ![]() |
FCurveAttributes | MaskCommon
(
const FCurveAttributes& A, |
Generate a new set of attributes that contains only those attributes common to both A and B |
![]() |
FCurveAttributes & | SetPostExtrapolation
(
ERichCurveExtrapolation InPostExtrapolation |
|
![]() |
FCurveAttributes & | SetPreExtrapolation
(
ERichCurveExtrapolation InPreExtrapolation |
Set the extended properties of this curve |
![]() |
void | ||
![]() |
void | Reset the extended properties of this curve, implying it does not support such properties |