Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FRuntimeVectorCurve |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/CurveVector.h |
| Include Path | #include "Curves/CurveVector.h" |
Syntax
USTRUCT (BlueprintType )
struct FRuntimeVectorCurve
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ExternalCurve | TObjectPtr< class UCurveVector > | Curves/CurveVector.h |
|
|
| VectorCurves | FRichCurve | Curves/CurveVector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRichCurve * GetRichCurve
(
int32 Index |
Get the current curve struct | Curves/CurveVector.h | |
const FRichCurve * GetRichCurveConst
(
int32 Index |
Curves/CurveVector.h | ||
FVector GetValue
(
float InTime |
Curves/CurveVector.h |