![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CurveVector.h>
Public Member Functions | |
| ENGINE_API FVector | GetValue (float InTime) const |
| ENGINE_API FRichCurve * | GetRichCurve (int32 Index) |
| ENGINE_API const FRichCurve * | GetRichCurveConst (int32 Index) const |
Public Attributes | |
| FRichCurve | VectorCurves [3] |
| TObjectPtr< class UCurveVector > | ExternalCurve = nullptr |
| FRichCurve * FRuntimeVectorCurve::GetRichCurve | ( | int32 | Index | ) |
Get the current curve struct
| const FRichCurve * FRuntimeVectorCurve::GetRichCurveConst | ( | int32 | Index | ) | const |
| TObjectPtr<class UCurveVector> FRuntimeVectorCurve::ExternalCurve = nullptr |
| FRichCurve FRuntimeVectorCurve::VectorCurves[3] |