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