Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
UCurveVector |
| Type |
class |
| Header File |
/Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h |
| Include Path |
#include "Curves/CurveVector.h" |
Syntax
UCLASS (BlueprintType, MinimalAPI)
class UCurveVector : public UCurveBase
Inheritance Hierarchy
Constructors
Variables
Public
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FVector GetVectorValue
(
float InTime
) const
|
Evaluate this float curve at the specified time |
Curves/CurveVector.h |
- BlueprintCallable
- Category="Math|Curves"
|
Overridden from FCurveOwnerInterface
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Returns set of curves to edit. Must not release the curves while being edited. |
Curves/CurveVector.h |
|
|
Returns set of curves to query. Must not release the curves while being edited. |
Curves/CurveVector.h |
|
virtual bool IsValidCurve
(
FRichCurveEditInfo CurveInfo
)
|
Validates that a previously retrieved curve is still valid for editing. |
Curves/CurveVector.h |
|
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Determine if Curve is the same |
Curves/CurveVector.h |
|