Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCurveBase
- UCurveFloat
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/CurveFloat.h |
| Include | #include "Curves/CurveFloat.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UCurveFloat : public UCurveBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsEventCurve | Flag to represent event curve | |
| FRichCurve | FloatCurve | Keyframe data |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCurveFloat
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetFloatValue
(
float InTime |
Evaluate this float curve at the specified time |
Overridden from FCurveOwnerInterface
| Type | Name | Description | |
|---|---|---|---|
| TArray< FRichCurveEditInfoConst > | GetCurves () |
Returns set of curves to edit. Must not release the curves while being edited. | |
| TArray< FRichCurveEditInfo > | GetCurves () |
Returns set of curves to query. Must not release the curves while being edited. | |
| bool | IsValidCurve
(
FRichCurveEditInfo CurveInfo |
Validates that a previously retrieved curve is still valid for editing. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const UCurveFloat& Curve |
Determine if Curve is the same |