Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCurveBase
- UCurveVector
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h |
Include | #include "Curves/CurveVector.h" |
Syntax
class UCurveVector : public UCurveBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FRichCurve[3] | FloatCurves | Keyframe data, one curve for X, Y and Z |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UCurveVector
(
const FObjectInitializer& ObjectInitializer |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FVector | GetVectorValue
(
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 UCurveVector& Curve |
Determine if Curve is the same |