Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h |
Include | #include "Curves/CurveVector.h" |
Syntax
struct FRuntimeVectorCurve
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< class UCurveVector > | ExternalCurve | |
![]() |
FRichCurve[3] | VectorCurves |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
FRichCurve * | GetRichCurve
(
int32 Index |
Get the current curve struct |
![]() ![]() |
const FRichCurve * | GetRichCurveConst
(
int32 Index |
Get the current curve struct |
![]() ![]() |
FVector | GetValue
(
float InTime |